#408607
a dark, electric green · cool · closest name: forestgreen
RGB
64, 134, 7
HSL
93°, 90%, 28%
CMYK
52, 0, 95, 48
Luminance
0.1816
Every format
| HEX | #408607 |
| RGB | rgb(64, 134, 7) |
| HSL | hsl(93, 90%, 28%) |
| CMYK | cmyk(52%, 0%, 95%, 48%) |
| LAB | lab(49.7 -41.9 51.9) |
| LCH | lch(49.7 66.7 128.9) |
| OKLCH | oklch(0.552 0.162 136.2) |
Copy-ready code
/* CSS */
color: #408607;
background-color: #408607;
/* Tailwind (arbitrary) */
class="text-[#408607] bg-[#408607]"
/* SCSS */
$brand: #408607;
/* SwiftUI */
Color(red: 0.251, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#408607")Accessibility — WCAG contrast
Aa
#408607 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#408607 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green52.5%
Blue2.7%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#408607 text on a black background
contrast 4.63:1
Card sample
#408607 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #408607;
Background color
Panel with #408607 background
background-color: #408607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #408607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #408607; background: linear-gradient(135deg, #408607, #078623);