#004414
a deep, electric green · cool · closest name: seagreen
RGB
0, 68, 20
HSL
138°, 100%, 13%
CMYK
100, 0, 71, 73
Luminance
0.0418
Every format
| HEX | #004414 |
| RGB | rgb(0, 68, 20) |
| HSL | hsl(138, 100%, 13%) |
| CMYK | cmyk(100%, 0%, 71%, 73%) |
| LAB | lab(24.3 -31.2 23.1) |
| LCH | lch(24.3 38.9 143.5) |
| OKLCH | oklch(0.337 0.100 147.2) |
Copy-ready code
/* CSS */
color: #004414;
background-color: #004414;
/* Tailwind (arbitrary) */
class="text-[#004414] bg-[#004414]"
/* SCSS */
$brand: #004414;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.078)
/* Android */
Color.parseColor("#004414")Accessibility — WCAG contrast
Aa
#004414 on white: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004414 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue7.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow70.6%
Key (black)73.3%
Color previews
#004414 text on a black background
contrast 1.84:1
Card sample
#004414 text on a white background
contrast 11.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004414;
Background color
Panel with #004414 background
background-color: #004414;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004414;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004414; background: linear-gradient(135deg, #004414, #004441);