#002913
a deep, electric green · cool · closest name: darkslategray
RGB
0, 41, 19
HSL
148°, 100%, 8%
CMYK
100, 0, 54, 84
Luminance
0.0163
Every format
| HEX | #002913 |
| RGB | rgb(0, 41, 19) |
| HSL | hsl(148, 100%, 8%) |
| CMYK | cmyk(100%, 0%, 54%, 84%) |
| LAB | lab(13.4 -20.7 10.5) |
| LCH | lch(13.4 23.2 153.0) |
| OKLCH | oklch(0.247 0.061 154.8) |
Copy-ready code
/* CSS */
color: #002913;
background-color: #002913;
/* Tailwind (arbitrary) */
class="text-[#002913] bg-[#002913]"
/* SCSS */
$brand: #002913;
/* SwiftUI */
Color(red: 0.000, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#002913")Accessibility — WCAG contrast
Aa
#002913 on white: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002913 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.1%
Blue7.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#002913 text on a black background
contrast 1.33:1
Card sample
#002913 text on a white background
contrast 15.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002913;
Background color
Panel with #002913 background
background-color: #002913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002913; background: linear-gradient(135deg, #002913, #002329);