#043621
a deep, electric green · cool · closest name: darkslategray
RGB
4, 54, 33
HSL
155°, 86%, 11%
CMYK
93, 0, 39, 79
Luminance
0.0277
Every format
| HEX | #043621 |
| RGB | rgb(4, 54, 33) |
| HSL | hsl(155, 86%, 11%) |
| CMYK | cmyk(93%, 0%, 39%, 79%) |
| LAB | lab(19.1 -22.1 8.8) |
| LCH | lch(19.1 23.7 158.3) |
| OKLCH | oklch(0.295 0.064 159.6) |
Copy-ready code
/* CSS */
color: #043621;
background-color: #043621;
/* Tailwind (arbitrary) */
class="text-[#043621] bg-[#043621]"
/* SCSS */
$brand: #043621;
/* SwiftUI */
Color(red: 0.016, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#043621")Accessibility — WCAG contrast
Aa
#043621 on white: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043621 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green21.2%
Blue12.9%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#043621 text on a black background
contrast 1.55:1
Card sample
#043621 text on a white background
contrast 13.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043621;
Background color
Panel with #043621 background
background-color: #043621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043621; background: linear-gradient(135deg, #043621, #042A36);