Color Format Converter
Paste a colour in any format — HEX, RGB, HSL, HSV, or CMYK — and instantly get all other representations. Auto-detects the input format. Export results as CSS variables.
Try:
HEX
#RRGGBB
6-digit hexadecimal. Web standard.
RGB
rgb(0–255, 0–255, 0–255)
Red, green, blue channels 0–255.
HSL
hsl(0–360, 0–100%, 0–100%)
Hue, saturation, lightness. CSS-native.
HSV
hsv(0–360, 0–100%, 0–100%)
Hue, saturation, value. Used in design tools.
CMYK
cmyk(0–100%, 0–100%, 0–100%, 0–100%)
Cyan, magenta, yellow, key (black). Print model.