#001a00
a deep, electric green · cool · closest name: black
RGB
0, 26, 0
HSL
120°, 100%, 5%
CMYK
100, 0, 100, 90
Luminance
0.0074
Every format
| HEX | #001a00 |
| RGB | rgb(0, 26, 0) |
| HSL | hsl(120, 100%, 5%) |
| CMYK | cmyk(100%, 0%, 100%, 90%) |
| LAB | lab(6.7 -13.6 9.7) |
| LCH | lch(6.7 16.8 144.5) |
| OKLCH | oklch(0.189 0.064 142.5) |
Copy-ready code
/* CSS */
color: #001a00;
background-color: #001a00;
/* Tailwind (arbitrary) */
class="text-[#001a00] bg-[#001a00]"
/* SCSS */
$brand: #001a00;
/* SwiftUI */
Color(red: 0.000, green: 0.102, blue: 0.000)
/* Android */
Color.parseColor("#001a00")Accessibility — WCAG contrast
Aa
#001a00 on white: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001a00 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green10.2%
Blue0.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow100.0%
Key (black)89.8%
Color previews
#001a00 text on a black background
contrast 1.15:1
Card sample
#001a00 text on a white background
contrast 18.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001a00;
Background color
Panel with #001a00 background
background-color: #001a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 26, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 26, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001a00; background: linear-gradient(135deg, #001a00, #001A11);