HEX to RGB
Convert a HEX color code into its equivalent RGB values, useful when a design tool gives you a HEX code but your code needs RGB instead.
HEX
#2563ebRGB
rgb(37, 99, 235)HSL
hsl(221, 83%, 53%)About the HEX to RGB
This tool converts a HEX color code into its equivalent RGB values, useful when a design tool gives you a HEX code but your code needs RGB.
How to use
1
Enter a HEX color code.
2
View the equivalent RGB values.
3
Copy the RGB value for use in your CSS or code.
Frequently asked questions
Does this support HEX codes with an alpha channel?
Some HEX formats include an extra two digits for transparency, and a full-featured converter will translate that into an RGBA value with the corresponding alpha.
Why do some HEX codes have only three digits?
A three-digit HEX code is shorthand where each digit is duplicated, so #f00 is equivalent to the full six-digit #ff0000.
Related tools
Explore more tools in the Developer category.