#406721
a dark, vivid green · cool · closest name: olivedrab
RGB
64, 103, 33
HSL
93°, 52%, 27%
CMYK
38, 0, 68, 60
Luminance
0.1090
Every format
| HEX | #406721 |
| RGB | rgb(64, 103, 33) |
| HSL | hsl(93, 52%, 27%) |
| CMYK | cmyk(38%, 0%, 68%, 60%) |
| LAB | lab(39.4 -26.9 34.1) |
| LCH | lch(39.4 43.4 128.3) |
| OKLCH | oklch(0.469 0.109 133.8) |
Copy-ready code
/* CSS */
color: #406721;
background-color: #406721;
/* Tailwind (arbitrary) */
class="text-[#406721] bg-[#406721]"
/* SCSS */
$brand: #406721;
/* SwiftUI */
Color(red: 0.251, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#406721")Accessibility — WCAG contrast
Aa
#406721 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#406721 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green40.4%
Blue12.9%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#406721 text on a black background
contrast 3.18:1
Card sample
#406721 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #406721;
Background color
Panel with #406721 background
background-color: #406721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #406721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #406721; background: linear-gradient(135deg, #406721, #216731);