RGB to HEX
Convert RGB color values into their equivalent HEX code, useful when you have RGB values from a design tool but need HEX for your CSS.
HEX
#2563ebRGB
rgb(37, 99, 235)HSL
hsl(221, 83%, 53%)About the RGB to HEX
This tool converts RGB color values into their equivalent HEX code, useful when you have RGB values from a design tool but need the HEX format for CSS.
How to use
1
Enter the red, green, and blue values.
2
View the equivalent HEX color code.
3
Copy the HEX code for use in your CSS or code.
Frequently asked questions
What range of values does RGB use?
Each of the red, green, and blue components ranges from 0 to 255.
Can I convert RGBA values that include transparency?
Yes, an RGBA value's alpha channel can be converted into an eight-digit HEX code that includes transparency information.
Related tools
Explore more tools in the Developer category.