#001802
a deep, electric green · cool · closest name: black
RGB
0, 24, 2
HSL
125°, 100%, 5%
CMYK
100, 0, 92, 91
Luminance
0.0066
Every format
| HEX | #001802 |
| RGB | rgb(0, 24, 2) |
| HSL | hsl(125, 100%, 5%) |
| CMYK | cmyk(100%, 0%, 92%, 91%) |
| LAB | lab(5.9 -11.8 7.9) |
| LCH | lch(5.9 14.2 146.3) |
| OKLCH | oklch(0.182 0.057 145.0) |
Copy-ready code
/* CSS */
color: #001802;
background-color: #001802;
/* Tailwind (arbitrary) */
class="text-[#001802] bg-[#001802]"
/* SCSS */
$brand: #001802;
/* SwiftUI */
Color(red: 0.000, green: 0.094, blue: 0.008)
/* Android */
Color.parseColor("#001802")Accessibility — WCAG contrast
Aa
#001802 on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001802 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.4%
Blue0.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow91.7%
Key (black)90.6%
Color previews
#001802 text on a black background
contrast 1.13:1
Card sample
#001802 text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001802;
Background color
Panel with #001802 background
background-color: #001802;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001802;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 24, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 24, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001802; background: linear-gradient(135deg, #001802, #001812);