#020e05
a deep, electric green · cool · closest name: black
RGB
2, 14, 5
HSL
135°, 75%, 3%
CMYK
86, 0, 64, 95
Luminance
0.0034
Every format
| HEX | #020e05 |
| RGB | rgb(2, 14, 5) |
| HSL | hsl(135, 75%, 3%) |
| CMYK | cmyk(86%, 0%, 64%, 95%) |
| LAB | lab(3.0 -4.6 2.4) |
| LCH | lch(3.0 5.2 152.1) |
| OKLCH | oklch(0.147 0.030 152.6) |
Copy-ready code
/* CSS */
color: #020e05;
background-color: #020e05;
/* Tailwind (arbitrary) */
class="text-[#020e05] bg-[#020e05]"
/* SCSS */
$brand: #020e05;
/* SwiftUI */
Color(red: 0.008, green: 0.055, blue: 0.020)
/* Android */
Color.parseColor("#020e05")Accessibility — WCAG contrast
Aa
#020e05 on white: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020e05 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green5.5%
Blue2.0%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow64.3%
Key (black)94.5%
Color previews
#020e05 text on a black background
contrast 1.07:1
Card sample
#020e05 text on a white background
contrast 19.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020e05;
Background color
Panel with #020e05 background
background-color: #020e05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020e05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 14, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 14, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020e05; background: linear-gradient(135deg, #020e05, #020E0D);