#404821
a deep, soft green · cool · closest name: darkslategray
RGB
64, 72, 33
HSL
72°, 37%, 21%
CMYK
11, 0, 54, 72
Luminance
0.0583
Every format
| HEX | #404821 |
| RGB | rgb(64, 72, 33) |
| HSL | hsl(72, 37%, 21%) |
| CMYK | cmyk(11%, 0%, 54%, 72%) |
| LAB | lab(29.0 -10.3 22.1) |
| LCH | lch(29.0 24.4 115.0) |
| OKLCH | oklch(0.384 0.060 118.9) |
Copy-ready code
/* CSS */
color: #404821;
background-color: #404821;
/* Tailwind (arbitrary) */
class="text-[#404821] bg-[#404821]"
/* SCSS */
$brand: #404821;
/* SwiftUI */
Color(red: 0.251, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#404821")Accessibility — WCAG contrast
Aa
#404821 on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#404821 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green28.2%
Blue12.9%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#404821 text on a black background
contrast 2.17:1
Card sample
#404821 text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #404821;
Background color
Panel with #404821 background
background-color: #404821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #404821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #404821; background: linear-gradient(135deg, #404821, #264821);