#043321
a deep, electric green · cool · closest name: darkslategray
RGB
4, 51, 33
HSL
157°, 86%, 11%
CMYK
92, 0, 35, 80
Luminance
0.0250
Every format
| HEX | #043321 |
| RGB | rgb(4, 51, 33) |
| HSL | hsl(157, 86%, 11%) |
| CMYK | cmyk(92%, 0%, 35%, 80%) |
| LAB | lab(17.9 -20.6 7.2) |
| LCH | lch(17.9 21.8 160.9) |
| OKLCH | oklch(0.285 0.059 162.1) |
Copy-ready code
/* CSS */
color: #043321;
background-color: #043321;
/* Tailwind (arbitrary) */
class="text-[#043321] bg-[#043321]"
/* SCSS */
$brand: #043321;
/* SwiftUI */
Color(red: 0.016, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#043321")Accessibility — WCAG contrast
Aa
#043321 on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043321 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green20.0%
Blue12.9%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#043321 text on a black background
contrast 1.50:1
Card sample
#043321 text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043321;
Background color
Panel with #043321 background
background-color: #043321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043321; background: linear-gradient(135deg, #043321, #042633);