#02001f
a deep, electric blue · warm · closest name: black
RGB
2, 0, 31
HSL
244°, 100%, 6%
CMYK
94, 100, 0, 88
Luminance
0.0011
Every format
| HEX | #02001f |
| RGB | rgb(2, 0, 31) |
| HSL | hsl(244, 100%, 6%) |
| CMYK | cmyk(94%, 100%, 0%, 88%) |
| LAB | lab(1.0 6.8 -16.4) |
| LCH | lch(1.0 17.8 292.5) |
| OKLCH | oklch(0.113 0.072 272.7) |
Copy-ready code
/* CSS */
color: #02001f;
background-color: #02001f;
/* Tailwind (arbitrary) */
class="text-[#02001f] bg-[#02001f]"
/* SCSS */
$brand: #02001f;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.122)
/* Android */
Color.parseColor("#02001f")Accessibility — WCAG contrast
Aa
#02001f on white: 20.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02001f on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue12.2%
CMYK percentages
Cyan93.5%
Magenta100.0%
Yellow0.0%
Key (black)87.8%
Color previews
#02001f text on a black background
contrast 1.02:1
Card sample
#02001f text on a white background
contrast 20.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02001f;
Background color
Panel with #02001f background
background-color: #02001f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02001f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02001f; background: linear-gradient(135deg, #02001f, #17001F);