🎨

Color Picker & Converter

// HEX • RGB • HSL • CMYK

Pick & Convert

Adjust the sliders, enter a HEX code, or use the color picker. Alpha (transparency) is set separately.

#
Alpha < 100% - last 2 digits represent transparency
R
G
B
A
Color picker is RGB-only. Alpha (transparency) is applied separately below.
RGB String
rgb(59, 130, 246)
HEX3 (Short)
#3BF
RGBA
rgba(59, 130, 246, 1)
HEX8 (#RRGGBBAA)
#3B82F6FF
HSL
hsl(217, 91%, 60%)
HSLA
hsla(217, 91%, 60%, 1)
CMYK (Approx)
76, 47, 0, 4
CSS Variable
--color-primary: #3B82F6;

Digital approximation only. Not for safety signage, medical imaging or print production. Every conversion here assumes standard sRGB; an AdobeRGB or P3 display renders the same value as a different colour. The CMYK figures are arithmetic with no ICC profile, no ink density and no paper stock behind them, so they are not a proof and not a press match. An uncalibrated monitor routinely sits above Delta-E 5, which is a difference anyone can see. Provided as-is, without warranty, and used at your own risk. The site-wide notice carries the full terms.