Color Converter
Convert colors between HEX, RGB, and HSL formats instantly.
#3B82F6
rgb(59, 130, 246)
hsl(217, 91%, 60%)
Frequently Asked Questions
What color formats does this convert between?
HEX (e.g. #3b82f6), RGB (e.g. rgb(59, 130, 246)), and HSL (e.g. hsl(217, 91%, 60%)).
Can I enter any HEX color?
Yes. Enter a 6-digit hex code with or without the # symbol.
What is HSL?
HSL stands for Hue, Saturation, Lightness — an alternative color model that's often more intuitive for adjusting colors than RGB.
Why does the color picker not match my exact hex?
Some browsers limit the native color picker to sRGB. You can always type the hex value directly in the text field.