#021402
a deep, electric green · cool · closest name: black
RGB
2, 20, 2
HSL
120°, 82%, 4%
CMYK
90, 0, 90, 92
Luminance
0.0052
Every format
| HEX | #021402 |
| RGB | rgb(2, 20, 2) |
| HSL | hsl(120, 82%, 4%) |
| CMYK | cmyk(90%, 0%, 90%, 92%) |
| LAB | lab(4.7 -8.4 6.0) |
| LCH | lch(4.7 10.4 144.4) |
| OKLCH | oklch(0.168 0.049 143.0) |
Copy-ready code
/* CSS */
color: #021402;
background-color: #021402;
/* Tailwind (arbitrary) */
class="text-[#021402] bg-[#021402]"
/* SCSS */
$brand: #021402;
/* SwiftUI */
Color(red: 0.008, green: 0.078, blue: 0.008)
/* Android */
Color.parseColor("#021402")Accessibility — WCAG contrast
Aa
#021402 on white: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021402 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green7.8%
Blue0.8%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow90.0%
Key (black)92.2%
Color previews
#021402 text on a black background
contrast 1.10:1
Card sample
#021402 text on a white background
contrast 19.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021402;
Background color
Panel with #021402 background
background-color: #021402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 20, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 20, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021402; background: linear-gradient(135deg, #021402, #02140E);