#02040c
a deep, vivid blue · warm · closest name: black
RGB
2, 4, 12
HSL
228°, 71%, 3%
CMYK
83, 67, 0, 95
Luminance
0.0013
Every format
| HEX | #02040c |
| RGB | rgb(2, 4, 12) |
| HSL | hsl(228, 71%, 3%) |
| CMYK | cmyk(83%, 67%, 0%, 95%) |
| LAB | lab(1.1 0.6 -3.3) |
| LCH | lch(1.1 3.3 280.6) |
| OKLCH | oklch(0.109 0.024 265.2) |
Copy-ready code
/* CSS */
color: #02040c;
background-color: #02040c;
/* Tailwind (arbitrary) */
class="text-[#02040c] bg-[#02040c]"
/* SCSS */
$brand: #02040c;
/* SwiftUI */
Color(red: 0.008, green: 0.016, blue: 0.047)
/* Android */
Color.parseColor("#02040c")Accessibility — WCAG contrast
Aa
#02040c on white: 20.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02040c on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green1.6%
Blue4.7%
CMYK percentages
Cyan83.3%
Magenta66.7%
Yellow0.0%
Key (black)95.3%
Color previews
#02040c text on a black background
contrast 1.03:1
Card sample
#02040c text on a white background
contrast 20.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02040c;
Background color
Panel with #02040c background
background-color: #02040c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02040c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 4, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 4, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02040c; background: linear-gradient(135deg, #02040c, #07020C);