#001602
a deep, electric green · cool · closest name: black
RGB
0, 22, 2
HSL
126°, 100%, 4%
CMYK
100, 0, 91, 91
Luminance
0.0058
Every format
| HEX | #001602 |
| RGB | rgb(0, 22, 2) |
| HSL | hsl(126, 100%, 4%) |
| CMYK | cmyk(100%, 0%, 91%, 91%) |
| LAB | lab(5.2 -10.3 6.8) |
| LCH | lch(5.2 12.4 146.6) |
| OKLCH | oklch(0.174 0.054 145.3) |
Copy-ready code
/* CSS */
color: #001602;
background-color: #001602;
/* Tailwind (arbitrary) */
class="text-[#001602] bg-[#001602]"
/* SCSS */
$brand: #001602;
/* SwiftUI */
Color(red: 0.000, green: 0.086, blue: 0.008)
/* Android */
Color.parseColor("#001602")Accessibility — WCAG contrast
Aa
#001602 on white: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001602 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green8.6%
Blue0.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow90.9%
Key (black)91.4%
Color previews
#001602 text on a black background
contrast 1.12:1
Card sample
#001602 text on a white background
contrast 18.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001602;
Background color
Panel with #001602 background
background-color: #001602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 22, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 22, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001602; background: linear-gradient(135deg, #001602, #001611);