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