#409713
a dark, electric green · cool · closest name: forestgreen
RGB
64, 151, 19
HSL
100°, 78%, 33%
CMYK
58, 0, 87, 41
Luminance
0.2327
Every format
| HEX | #409713 |
| RGB | rgb(64, 151, 19) |
| HSL | hsl(100, 78%, 33%) |
| CMYK | cmyk(58%, 0%, 87%, 41%) |
| LAB | lab(55.4 -48.0 54.4) |
| LCH | lch(55.4 72.5 131.4) |
| OKLCH | oklch(0.599 0.178 138.2) |
Copy-ready code
/* CSS */
color: #409713;
background-color: #409713;
/* Tailwind (arbitrary) */
class="text-[#409713] bg-[#409713]"
/* SCSS */
$brand: #409713;
/* SwiftUI */
Color(red: 0.251, green: 0.592, blue: 0.075)
/* Android */
Color.parseColor("#409713")Accessibility — WCAG contrast
Aa
#409713 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409713 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green59.2%
Blue7.5%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow87.4%
Key (black)40.8%
Color previews
#409713 text on a black background
contrast 5.65:1
Card sample
#409713 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409713;
Background color
Panel with #409713 background
background-color: #409713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 151, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 151, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409713; background: linear-gradient(135deg, #409713, #13973E);