Convert

Color Converter

Paste a hex code, RGB, HSL, or CMYK value below. Every other format updates instantly, along with the nearest common color name.

Couldn't parse that value. Try a hex code like #6c5ce7, rgb(108,92,231), or hsl(249,74%,63%).
Hex
#6c5ce7
RGB
108, 92, 231
HSL
249°, 74%, 63%
Nearest name
indigo

All formats

HEX
#6c5ce7
RGB
rgb(108, 92, 231)
HSL
hsl(249, 74%, 63%)
CMYK
53, 60, 0, 9
Nearest name
indigo

Preview

Nearest-name matching compares your color to a curated set of ~45 common color names by Euclidean distance in RGB space — it's a best guess, not an official Pantone or CSS spec match.

When to use which format

HexCSS, HTML, design tools — compact and universal
RGBScreen display math, canvas/pixel manipulation
HSLAdjusting lightness/saturation by hand — more intuitive than RGB
CMYKPrint production — this is an approximate RGB→CMYK conversion; real print output depends on your printer's ICC profile