π’ HEXΒ·RGBΒ·HSL Color Code Converter
Color Code Converter
Enter a value in HEX, RGB, or HSL and the others update automatically. You can also pick a color directly with the color picker.
Frequently Asked Questions
What's the difference between HEX, RGB, and HSL?
They're different ways of expressing the same color. HEX is the hexadecimal code common on the web (#4F7CFF), RGB expresses red/green/blue light intensity (0-255 each), and HSL expresses hue/saturation/lightness. Use whichever format your design tool or code requires.
Why does the value shift slightly after converting?
This is normal β HSL values are rounded to whole numbers, so converting RGBβHSLβRGB can shift each channel by about Β±1. This happens in professional tools like Photoshop too.