Color Converter
Convert colors between HEX, RGB, HSL, HSV, and CMYK. Enter any format and get all others instantly.
All Formats
HEX
#3b82f6RGB
rgb(59, 130, 246)HSL
hsl(217, 91%, 60%)HSV
hsv(217, 76%, 96%)CMYK
cmyk(76%, 47%, 0%, 4%)Frequently Asked Questions
What color formats are supported?+
HEX, RGB, HSL, HSB/HSV, and CMYK. Enter a value in any format and all others update instantly. Supports 3 and 6 digit hex codes.
What is the difference between HSL and HSV?+
HSL (Hue, Saturation, Lightness) and HSV (Hue, Saturation, Value/Brightness) are both cylindrical representations of color. HSL is more intuitive for web design (used in CSS), while HSV is common in design tools like Photoshop and Figma.
Why is CMYK different from what I see on screen?+
CMYK is a subtractive color model used for printing. RGB screens can display colors that CMYK cannot reproduce and vice versa. The CMYK values shown are approximations — for accurate print colors, use a calibrated color management system.