Convert any color between HEX, RGB, HSL, HSB/HSV, and CMYK formats instantly. Enter a value below and all formats update in real time.
--color: #3A86FF; --color-rgb: 58, 134, 255; --color-hsl: 217, 100%, 61%;
A 6-digit hexadecimal code (e.g. #3A86FF) representing RGB channels. The most common format for web and design tools.
Red, Green, Blue channels from 0–255. The native color model for screens and digital displays.
Hue (0–360°), Saturation (0–100%), Lightness (0–100%). More intuitive for humans — easy to adjust tone or brightness.
Hue, Saturation, Brightness (also called HSV). Used in design tools like Photoshop and Figma color pickers.
Cyan, Magenta, Yellow, Key (Black) — the four-ink model for print. Converts from RGB with some gamut loss for out-of-gamut colors.