#020814
a deep, electric blue · cool · closest name: black
RGB
2, 8, 20
HSL
220°, 82%, 4%
CMYK
90, 60, 0, 92
Luminance
0.0024
Every format
| HEX | #020814 |
| RGB | rgb(2, 8, 20) |
| HSL | hsl(220, 82%, 4%) |
| CMYK | cmyk(90%, 60%, 0%, 92%) |
| LAB | lab(2.1 0.5 -6.3) |
| LCH | lch(2.1 6.3 274.8) |
| OKLCH | oklch(0.134 0.031 255.4) |
Copy-ready code
/* CSS */
color: #020814;
background-color: #020814;
/* Tailwind (arbitrary) */
class="text-[#020814] bg-[#020814]"
/* SCSS */
$brand: #020814;
/* SwiftUI */
Color(red: 0.008, green: 0.031, blue: 0.078)
/* Android */
Color.parseColor("#020814")Accessibility — WCAG contrast
Aa
#020814 on white: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020814 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.1%
Blue7.8%
CMYK percentages
Cyan90.0%
Magenta60.0%
Yellow0.0%
Key (black)92.2%
Color previews
#020814 text on a black background
contrast 1.05:1
Card sample
#020814 text on a white background
contrast 20.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020814;
Background color
Panel with #020814 background
background-color: #020814;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020814;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 8, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 8, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020814; background: linear-gradient(135deg, #020814, #080214);