International Klein Blue
#002fa6
International Klein Blue is a color with the hex code #002fa6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #002fa6 | |
|---|---|---|
| RGB | rgb(0, 47, 166) | |
| HSL | hsl(223, 100%, 33%) | |
| CMYK | cmyk(100%, 72%, 0%, 35%) | |
| LAB | lab(25, 28, -68) | |
| OKLCH | oklch(0.38 0.194 263) |
Color harmonies
Tints & shades
Code snippets
color: #002fa6;
background-color: #002fa6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF002FA6)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.18, blue: 0.65, alpha: 1.0)