#020e18
a deep, electric blue · cool · closest name: black
RGB
2, 14, 24
HSL
207°, 85%, 5%
CMYK
92, 42, 0, 91
Luminance
0.0039
Every format
| HEX | #020e18 |
| RGB | rgb(2, 14, 24) |
| HSL | hsl(207, 85%, 5%) |
| CMYK | cmyk(92%, 42%, 0%, 91%) |
| LAB | lab(3.5 -1.1 -7.1) |
| LCH | lch(3.5 7.1 261.2) |
| OKLCH | oklch(0.157 0.030 240.6) |
Copy-ready code
/* CSS */
color: #020e18;
background-color: #020e18;
/* Tailwind (arbitrary) */
class="text-[#020e18] bg-[#020e18]"
/* SCSS */
$brand: #020e18;
/* SwiftUI */
Color(red: 0.008, green: 0.055, blue: 0.094)
/* Android */
Color.parseColor("#020e18")Accessibility — WCAG contrast
Aa
#020e18 on white: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020e18 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green5.5%
Blue9.4%
CMYK percentages
Cyan91.7%
Magenta41.7%
Yellow0.0%
Key (black)90.6%
Color previews
#020e18 text on a black background
contrast 1.08:1
Card sample
#020e18 text on a white background
contrast 19.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020e18;
Background color
Panel with #020e18 background
background-color: #020e18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020e18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 14, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 14, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020e18; background: linear-gradient(135deg, #020e18, #050218);