Color Converter
Convert colors between HEX, RGB, HSL, and CMYK formats instantly.
HEX
#3B82F6
RGB
rgb(59, 130, 246)
HSL
hsl(217, 91%, 60%)
CMYK
cmyk(76%, 47%, 0%, 4%)
Convert colors between HEX, RGB, HSL, and CMYK formats instantly.
#3B82F6
rgb(59, 130, 246)
hsl(217, 91%, 60%)
cmyk(76%, 47%, 0%, 4%)
Both represent the same colors. HEX (#FF5733) encodes each RGB channel in base-16. RGB(255, 87, 51) uses decimal. Browsers support both formats.
HSL (Hue, Saturation, Lightness) is intuitive for adjusting colors — increase lightness to tint, decrease to shade. Common in CSS and design tools.