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