Convert Hex to RGB accurately
Convert hex color codes to RGB and HSL instantly. Perfect for designers and developers.
RGB Value
—
HSL Value
—
The Methodology
R = hex[0:2], G = hex[2:4], B = hex[4:6] (base 16 to 10)
This tool uses the verified professional formula shown above. We cite our sources so you can trust every result.
How to convert Hex to RGB
Hexadecimal color codes are base-16 numbers. To convert them to RGB, you take the three pairs of characters and convert each from base-16 to base-10 (0-255).