#043521
a deep, electric green · cool · closest name: darkslategray
RGB
4, 53, 33
HSL
156°, 86%, 11%
CMYK
93, 0, 38, 79
Luminance
0.0268
Every format
| HEX | #043521 |
| RGB | rgb(4, 53, 33) |
| HSL | hsl(156, 86%, 11%) |
| CMYK | cmyk(93%, 0%, 38%, 79%) |
| LAB | lab(18.7 -21.6 8.2) |
| LCH | lch(18.7 23.1 159.1) |
| OKLCH | oklch(0.292 0.062 160.4) |
Copy-ready code
/* CSS */
color: #043521;
background-color: #043521;
/* Tailwind (arbitrary) */
class="text-[#043521] bg-[#043521]"
/* SCSS */
$brand: #043521;
/* SwiftUI */
Color(red: 0.016, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#043521")Accessibility — WCAG contrast
Aa
#043521 on white: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043521 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green20.8%
Blue12.9%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#043521 text on a black background
contrast 1.54:1
Card sample
#043521 text on a white background
contrast 13.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043521;
Background color
Panel with #043521 background
background-color: #043521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043521; background: linear-gradient(135deg, #043521, #042835);