#417813
a dark, vivid green · cool · closest name: olivedrab
RGB
65, 120, 19
HSL
93°, 73%, 27%
CMYK
46, 0, 84, 53
Luminance
0.1460
Every format
| HEX | #417813 |
| RGB | rgb(65, 120, 19) |
| HSL | hsl(93, 73%, 27%) |
| CMYK | cmyk(46%, 0%, 84%, 53%) |
| LAB | lab(45.1 -35.3 45.2) |
| LCH | lch(45.1 57.3 128.0) |
| OKLCH | oklch(0.515 0.140 134.8) |
Copy-ready code
/* CSS */
color: #417813;
background-color: #417813;
/* Tailwind (arbitrary) */
class="text-[#417813] bg-[#417813]"
/* SCSS */
$brand: #417813;
/* SwiftUI */
Color(red: 0.255, green: 0.471, blue: 0.075)
/* Android */
Color.parseColor("#417813")Accessibility — WCAG contrast
Aa
#417813 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#417813 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green47.1%
Blue7.5%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow84.2%
Key (black)52.9%
Color previews
#417813 text on a black background
contrast 3.92:1
Card sample
#417813 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417813;
Background color
Panel with #417813 background
background-color: #417813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 120, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 120, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417813; background: linear-gradient(135deg, #417813, #137828);