Color Converter
Convert colors between HEX, RGB, HSL, and HSV formats with live preview.
What is the difference between HEX and RGB?
HEX is a hexadecimal representation (e.g., #FF5733) while RGB uses decimal values (e.g., rgb(255, 87, 51)). Both represent the same color in different notations.
What is HSL?
HSL stands for Hue, Saturation, Lightness. It's a cylindrical representation of colors that is more intuitive for humans. Hue is the color angle (0-360°), Saturation and Lightness are percentages.
What is HSV?
HSV (Hue, Saturation, Value) is similar to HSL but uses Value instead of Lightness. Value represents the brightness of the color, where 100% is the purest form of the color.
How do I pick a color?
Use the native color picker by clicking the color preview square, or type a color value in any supported format (HEX, RGB, HSL) and it will be converted automatically.