CSS defines 148 named colors from "aliceblue" to "yellowgreen", and they are great for readability in stylesheets. But when you need the exact hex code for a named color to use in a design tool, match it in a brand palette, or convert it for a non-CSS context, you need the numerical values. Enter any CSS color name here to get its precise hex, RGB, and HSL equivalents. You can also use this to explore the named color space and discover colors you might not have known existed.
Color Converter
Convert any color between HEX, RGB, HSL, and CMYK with a live preview, copy-able values, and a tints & shades strip.
#3B82F6rgb(59, 130, 246)hsl(217, 91%, 60%)cmyk(76%, 47%, 0%, 4%)HEX — 6-digit hexadecimal code used widely in web design (e.g., #FF5733).
RGB — Red, Green, Blue channels (0–255 each), the additive color model for screens.
HSL — Hue (0–360°), Saturation (0–100%), Lightness (0–100%). More intuitive for humans.
CMYK — Cyan, Magenta, Yellow, Key (Black) — the subtractive model used in printing.