#405021
a deep, soft green · cool · closest name: darkslategray
RGB
64, 80, 33
HSL
80°, 42%, 22%
CMYK
20, 0, 59, 69
Luminance
0.0694
Every format
| HEX | #405021 |
| RGB | rgb(64, 80, 33) |
| HSL | hsl(80, 42%, 22%) |
| CMYK | cmyk(20%, 0%, 59%, 69%) |
| LAB | lab(31.7 -14.9 25.3) |
| LCH | lch(31.7 29.4 120.5) |
| OKLCH | oklch(0.406 0.073 125.2) |
Copy-ready code
/* CSS */
color: #405021;
background-color: #405021;
/* Tailwind (arbitrary) */
class="text-[#405021] bg-[#405021]"
/* SCSS */
$brand: #405021;
/* SwiftUI */
Color(red: 0.251, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#405021")Accessibility — WCAG contrast
Aa
#405021 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#405021 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green31.4%
Blue12.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow58.8%
Key (black)68.6%
Color previews
#405021 text on a black background
contrast 2.39:1
Card sample
#405021 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #405021;
Background color
Panel with #405021 background
background-color: #405021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #405021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #405021; background: linear-gradient(135deg, #405021, #215021);