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