#002c0b
a deep, electric green · cool · closest name: darkslategray
RGB
0, 44, 11
HSL
135°, 100%, 9%
CMYK
100, 0, 75, 83
Luminance
0.0183
Every format
| HEX | #002c0b |
| RGB | rgb(0, 44, 11) |
| HSL | hsl(135, 100%, 9%) |
| CMYK | cmyk(100%, 0%, 75%, 83%) |
| LAB | lab(14.5 -23.5 16.2) |
| LCH | lch(14.5 28.6 145.4) |
| OKLCH | oklch(0.256 0.075 147.6) |
Copy-ready code
/* CSS */
color: #002c0b;
background-color: #002c0b;
/* Tailwind (arbitrary) */
class="text-[#002c0b] bg-[#002c0b]"
/* SCSS */
$brand: #002c0b;
/* SwiftUI */
Color(red: 0.000, green: 0.173, blue: 0.043)
/* Android */
Color.parseColor("#002c0b")Accessibility — WCAG contrast
Aa
#002c0b on white: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002c0b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green17.3%
Blue4.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow75.0%
Key (black)82.7%
Color previews
#002c0b text on a black background
contrast 1.37:1
Card sample
#002c0b text on a white background
contrast 15.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002c0b;
Background color
Panel with #002c0b background
background-color: #002c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 44, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 44, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002c0b; background: linear-gradient(135deg, #002c0b, #002C28);