#408521
a dark, vivid green · cool · closest name: forestgreen
RGB
64, 133, 33
HSL
101°, 60%, 33%
CMYK
52, 0, 75, 48
Luminance
0.1797
Every format
| HEX | #408521 |
| RGB | rgb(64, 133, 33) |
| HSL | hsl(101, 60%, 33%) |
| CMYK | cmyk(52%, 0%, 75%, 48%) |
| LAB | lab(49.5 -40.2 44.5) |
| LCH | lch(49.5 60.0 132.0) |
| OKLCH | oklch(0.551 0.150 137.9) |
Copy-ready code
/* CSS */
color: #408521;
background-color: #408521;
/* Tailwind (arbitrary) */
class="text-[#408521] bg-[#408521]"
/* SCSS */
$brand: #408521;
/* SwiftUI */
Color(red: 0.251, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#408521")Accessibility — WCAG contrast
Aa
#408521 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#408521 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green52.2%
Blue12.9%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#408521 text on a black background
contrast 4.59:1
Card sample
#408521 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #408521;
Background color
Panel with #408521 background
background-color: #408521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #408521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #408521; background: linear-gradient(135deg, #408521, #218545);