HEX to RGB
Convert any HEX color code to its RGB and HSL equivalents.
Conversion runs locally in your browser.
What is hex to rgb?
HEX codes like #4f46e5 are shorthand for RGB values. This converter expands any 3- or 6-digit HEX code into its rgb() and hsl() CSS equivalents, with a live preview swatch.
Invalid input is flagged immediately so you never copy a broken value into your stylesheet.
How to use it
-
Enter a HEX code
With or without the leading #, 3 or 6 digits.
-
Copy RGB or HSL
Both formats appear with copy buttons.
Examples
Shorthand expands
#f80 expands to the same color as #ff8800.
#f80
Result: rgb(255, 136, 0)
Frequently asked questions
Yes. Each digit is doubled: #f80 equals #ff8800.