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