#020e01
a deep, electric green · cool · closest name: black
RGB
2, 14, 1
HSL
115°, 87%, 3%
CMYK
86, 0, 93, 95
Luminance
0.0033
Every format
| HEX | #020e01 |
| RGB | rgb(2, 14, 1) |
| HSL | hsl(115, 87%, 3%) |
| CMYK | cmyk(86%, 0%, 93%, 95%) |
| LAB | lab(3.0 -5.1 4.0) |
| LCH | lch(3.0 6.5 142.4) |
| OKLCH | oklch(0.145 0.041 140.7) |
Copy-ready code
/* CSS */
color: #020e01;
background-color: #020e01;
/* Tailwind (arbitrary) */
class="text-[#020e01] bg-[#020e01]"
/* SCSS */
$brand: #020e01;
/* SwiftUI */
Color(red: 0.008, green: 0.055, blue: 0.004)
/* Android */
Color.parseColor("#020e01")Accessibility — WCAG contrast
Aa
#020e01 on white: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020e01 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green5.5%
Blue0.4%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow92.9%
Key (black)94.5%
Color previews
#020e01 text on a black background
contrast 1.07:1
Card sample
#020e01 text on a white background
contrast 19.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020e01;
Background color
Panel with #020e01 background
background-color: #020e01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020e01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 14, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 14, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020e01; background: linear-gradient(135deg, #020e01, #010E09);