#020018
a deep, electric blue · warm · closest name: black
RGB
2, 0, 24
HSL
245°, 100%, 5%
CMYK
92, 100, 0, 91
Luminance
0.0008
Every format
| HEX | #020018 |
| RGB | rgb(2, 0, 24) |
| HSL | hsl(245, 100%, 5%) |
| CMYK | cmyk(92%, 100%, 0%, 91%) |
| LAB | lab(0.7 4.7 -11.2) |
| LCH | lch(0.7 12.2 292.8) |
| OKLCH | oklch(0.100 0.062 276.3) |
Copy-ready code
/* CSS */
color: #020018;
background-color: #020018;
/* Tailwind (arbitrary) */
class="text-[#020018] bg-[#020018]"
/* SCSS */
$brand: #020018;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.094)
/* Android */
Color.parseColor("#020018")Accessibility — WCAG contrast
Aa
#020018 on white: 20.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020018 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue9.4%
CMYK percentages
Cyan91.7%
Magenta100.0%
Yellow0.0%
Key (black)90.6%
Color previews
#020018 text on a black background
contrast 1.02:1
Card sample
#020018 text on a white background
contrast 20.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020018;
Background color
Panel with #020018 background
background-color: #020018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020018; background: linear-gradient(135deg, #020018, #120018);