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