#407613
a dark, vivid green · cool · closest name: olivedrab
RGB
64, 118, 19
HSL
93°, 72%, 27%
CMYK
46, 0, 84, 54
Luminance
0.1409
Every format
| HEX | #407613 |
| RGB | rgb(64, 118, 19) |
| HSL | hsl(93, 72%, 27%) |
| CMYK | cmyk(46%, 0%, 84%, 54%) |
| LAB | lab(44.4 -34.8 44.5) |
| LCH | lch(44.4 56.5 128.0) |
| OKLCH | oklch(0.509 0.138 134.8) |
Copy-ready code
/* CSS */
color: #407613;
background-color: #407613;
/* Tailwind (arbitrary) */
class="text-[#407613] bg-[#407613]"
/* SCSS */
$brand: #407613;
/* SwiftUI */
Color(red: 0.251, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#407613")Accessibility — WCAG contrast
Aa
#407613 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#407613 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green46.3%
Blue7.5%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow83.9%
Key (black)53.7%
Color previews
#407613 text on a black background
contrast 3.82:1
Card sample
#407613 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #407613;
Background color
Panel with #407613 background
background-color: #407613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #407613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #407613; background: linear-gradient(135deg, #407613, #137628);