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