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