#043921
a deep, electric green · cool · closest name: darkslategray
RGB
4, 57, 33
HSL
153°, 87%, 12%
CMYK
93, 0, 42, 78
Luminance
0.0306
Every format
| HEX | #043921 |
| RGB | rgb(4, 57, 33) |
| HSL | hsl(153, 87%, 12%) |
| CMYK | cmyk(93%, 0%, 42%, 78%) |
| LAB | lab(20.3 -23.4 10.4) |
| LCH | lch(20.3 25.6 156.1) |
| OKLCH | oklch(0.305 0.069 157.6) |
Copy-ready code
/* CSS */
color: #043921;
background-color: #043921;
/* Tailwind (arbitrary) */
class="text-[#043921] bg-[#043921]"
/* SCSS */
$brand: #043921;
/* SwiftUI */
Color(red: 0.016, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#043921")Accessibility — WCAG contrast
Aa
#043921 on white: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043921 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green22.4%
Blue12.9%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#043921 text on a black background
contrast 1.61:1
Card sample
#043921 text on a white background
contrast 13.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043921;
Background color
Panel with #043921 background
background-color: #043921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043921; background: linear-gradient(135deg, #043921, #042E39);