#004129
a deep, electric green · cool · closest name: darkslategray
RGB
0, 65, 41
HSL
158°, 100%, 13%
CMYK
100, 0, 37, 75
Luminance
0.0394
Every format
| HEX | #004129 |
| RGB | rgb(0, 65, 41) |
| HSL | hsl(158, 100%, 13%) |
| CMYK | cmyk(100%, 0%, 37%, 75%) |
| LAB | lab(23.5 -25.7 9.5) |
| LCH | lch(23.5 27.4 159.8) |
| OKLCH | oklch(0.331 0.074 161.0) |
Copy-ready code
/* CSS */
color: #004129;
background-color: #004129;
/* Tailwind (arbitrary) */
class="text-[#004129] bg-[#004129]"
/* SCSS */
$brand: #004129;
/* SwiftUI */
Color(red: 0.000, green: 0.255, blue: 0.161)
/* Android */
Color.parseColor("#004129")Accessibility — WCAG contrast
Aa
#004129 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004129 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green25.5%
Blue16.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.9%
Key (black)74.5%
Color previews
#004129 text on a black background
contrast 1.79:1
Card sample
#004129 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004129;
Background color
Panel with #004129 background
background-color: #004129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 65, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 65, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004129; background: linear-gradient(135deg, #004129, #002E41);