#409f49
a dark, soft green · cool · closest name: forestgreen
RGB
64, 159, 73
HSL
126°, 43%, 44%
CMYK
60, 0, 54, 38
Luminance
0.2637
Every format
| HEX | #409f49 |
| RGB | rgb(64, 159, 73) |
| HSL | hsl(126, 43%, 44%) |
| CMYK | cmyk(60%, 0%, 54%, 38%) |
| LAB | lab(58.4 -46.2 36.4) |
| LCH | lch(58.4 58.8 141.8) |
| OKLCH | oklch(0.626 0.152 145.2) |
Copy-ready code
/* CSS */
color: #409f49;
background-color: #409f49;
/* Tailwind (arbitrary) */
class="text-[#409f49] bg-[#409f49]"
/* SCSS */
$brand: #409f49;
/* SwiftUI */
Color(red: 0.251, green: 0.624, blue: 0.286)
/* Android */
Color.parseColor("#409f49")Accessibility — WCAG contrast
Aa
#409f49 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409f49 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green62.4%
Blue28.6%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow54.1%
Key (black)37.6%
Color previews
#409f49 text on a black background
contrast 6.27:1
Card sample
#409f49 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409f49;
Background color
Panel with #409f49 background
background-color: #409f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 159, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 159, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409f49; background: linear-gradient(135deg, #409f49, #409F88);