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