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