#044021
a deep, electric green · cool · closest name: darkslategray
RGB
4, 64, 33
HSL
149°, 88%, 13%
CMYK
94, 0, 48, 75
Luminance
0.0380
Every format
| HEX | #044021 |
| RGB | rgb(4, 64, 33) |
| HSL | hsl(149, 88%, 13%) |
| CMYK | cmyk(94%, 0%, 48%, 75%) |
| LAB | lab(23.0 -26.6 14.0) |
| LCH | lch(23.0 30.0 152.2) |
| OKLCH | oklch(0.327 0.079 154.1) |
Copy-ready code
/* CSS */
color: #044021;
background-color: #044021;
/* Tailwind (arbitrary) */
class="text-[#044021] bg-[#044021]"
/* SCSS */
$brand: #044021;
/* SwiftUI */
Color(red: 0.016, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#044021")Accessibility — WCAG contrast
Aa
#044021 on white: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044021 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green25.1%
Blue12.9%
CMYK percentages
Cyan93.8%
Magenta0.0%
Yellow48.4%
Key (black)74.9%
Color previews
#044021 text on a black background
contrast 1.76:1
Card sample
#044021 text on a white background
contrast 11.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044021;
Background color
Panel with #044021 background
background-color: #044021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044021; background: linear-gradient(135deg, #044021, #043740);