#004224
a deep, electric green · cool · closest name: darkslategray
RGB
0, 66, 36
HSL
153°, 100%, 13%
CMYK
100, 0, 46, 74
Luminance
0.0402
Every format
| HEX | #004224 |
| RGB | rgb(0, 66, 36) |
| HSL | hsl(153, 100%, 13%) |
| CMYK | cmyk(100%, 0%, 46%, 74%) |
| LAB | lab(23.8 -27.4 13.0) |
| LCH | lch(23.8 30.4 154.6) |
| OKLCH | oklch(0.333 0.081 156.2) |
Copy-ready code
/* CSS */
color: #004224;
background-color: #004224;
/* Tailwind (arbitrary) */
class="text-[#004224] bg-[#004224]"
/* SCSS */
$brand: #004224;
/* SwiftUI */
Color(red: 0.000, green: 0.259, blue: 0.141)
/* Android */
Color.parseColor("#004224")Accessibility — WCAG contrast
Aa
#004224 on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004224 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green25.9%
Blue14.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow45.5%
Key (black)74.1%
Color previews
#004224 text on a black background
contrast 1.80:1
Card sample
#004224 text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004224;
Background color
Panel with #004224 background
background-color: #004224;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004224;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 66, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 66, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004224; background: linear-gradient(135deg, #004224, #003442);