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%)

Frequently Asked Questions

What is the difference between RGB and HEX colors?

Both represent the same colors. HEX (#FF5733) encodes each RGB channel in base-16. RGB(255, 87, 51) uses decimal. Browsers support both formats.

What is HSL used for?

HSL (Hue, Saturation, Lightness) is intuitive for adjusting colors — increase lightness to tint, decrease to shade. Common in CSS and design tools.

Related Tools