#406413
a deep, vivid green · cool · closest name: olivedrab
RGB
64, 100, 19
HSL
87°, 68%, 23%
CMYK
36, 0, 81, 61
Luminance
0.1025
Every format
| HEX | #406413 |
| RGB | rgb(64, 100, 19) |
| HSL | hsl(87, 68%, 23%) |
| CMYK | cmyk(36%, 0%, 81%, 61%) |
| LAB | lab(38.3 -26.6 38.8) |
| LCH | lch(38.3 47.0 124.4) |
| OKLCH | oklch(0.459 0.115 131.1) |
Copy-ready code
/* CSS */
color: #406413;
background-color: #406413;
/* Tailwind (arbitrary) */
class="text-[#406413] bg-[#406413]"
/* SCSS */
$brand: #406413;
/* SwiftUI */
Color(red: 0.251, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#406413")Accessibility — WCAG contrast
Aa
#406413 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#406413 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green39.2%
Blue7.5%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow81.0%
Key (black)60.8%
Color previews
#406413 text on a black background
contrast 3.05:1
Card sample
#406413 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #406413;
Background color
Panel with #406413 background
background-color: #406413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #406413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #406413; background: linear-gradient(135deg, #406413, #13641C);