Color Converter
Pick or type a color and see it instantly in hex, RGB, HSL, HSB, and CMYK.
RGB channels
- Hex
- #4a4ac2
- RGB
- rgb(74, 74, 194)
- HSL
- hsl(240, 50%, 53%)
- HSB/HSV
- hsb(240, 62%, 76%)
- CMYK
- cmyk(62%, 62%, 0%, 24%)
How it works
Pick a color with the built-in color picker, or type a hex code or RGB values, and every format — hex, RGB, HSL, HSB, and CMYK — updates at once, computed locally in your browser with a live swatch preview.
Example
Hex → RGB
#4a4ac2rgb(74, 74, 194)RGB → HSL
74, 74, 194hsl(240, 50%, 53%)RGB → CMYK
74, 74, 194cmyk(62%, 62%, 0%, 24%)FAQ
- Does it support 3-digit hex shorthand?
- Yes — shorthand hex codes like #fff are expanded automatically before converting.
- What happens with an invalid color value?
- You get a clear error message instead of an incorrect or silently-clamped result.
- Can I pick a color visually instead of typing values?
- Yes — use the built-in color picker; every format updates automatically as soon as you pick a color.