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