#417607
a deep, electric green · cool · closest name: olivedrab
RGB
65, 118, 7
HSL
89°, 89%, 25%
CMYK
45, 0, 94, 54
Luminance
0.1410
Every format
| HEX | #417607 |
| RGB | rgb(65, 118, 7) |
| HSL | hsl(89, 89%, 25%) |
| CMYK | cmyk(45%, 0%, 94%, 54%) |
| LAB | lab(44.4 -34.9 47.5) |
| LCH | lch(44.4 59.0 126.3) |
| OKLCH | oklch(0.509 0.142 133.8) |
Copy-ready code
/* CSS */
color: #417607;
background-color: #417607;
/* Tailwind (arbitrary) */
class="text-[#417607] bg-[#417607]"
/* SCSS */
$brand: #417607;
/* SwiftUI */
Color(red: 0.255, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#417607")Accessibility — WCAG contrast
Aa
#417607 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#417607 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green46.3%
Blue2.7%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#417607 text on a black background
contrast 3.82:1
Card sample
#417607 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417607;
Background color
Panel with #417607 background
background-color: #417607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417607; background: linear-gradient(135deg, #417607, #077617);