#02001d
a deep, electric blue · warm · closest name: black
RGB
2, 0, 29
HSL
244°, 100%, 6%
CMYK
93, 100, 0, 89
Luminance
0.0010
Every format
| HEX | #02001d |
| RGB | rgb(2, 0, 29) |
| HSL | hsl(244, 100%, 6%) |
| CMYK | cmyk(93%, 100%, 0%, 89%) |
| LAB | lab(0.9 6.2 -14.9) |
| LCH | lch(0.9 16.2 292.4) |
| OKLCH | oklch(0.109 0.069 273.5) |
Copy-ready code
/* CSS */
color: #02001d;
background-color: #02001d;
/* Tailwind (arbitrary) */
class="text-[#02001d] bg-[#02001d]"
/* SCSS */
$brand: #02001d;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.114)
/* Android */
Color.parseColor("#02001d")Accessibility — WCAG contrast
Aa
#02001d on white: 20.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02001d on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue11.4%
CMYK percentages
Cyan93.1%
Magenta100.0%
Yellow0.0%
Key (black)88.6%
Color previews
#02001d text on a black background
contrast 1.02:1
Card sample
#02001d text on a white background
contrast 20.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02001d;
Background color
Panel with #02001d background
background-color: #02001d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02001d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02001d; background: linear-gradient(135deg, #02001d, #15001D);