#8ca721
a dark, vivid green · cool · closest name: olivedrab
RGB
140, 167, 33
HSL
72°, 67%, 39%
CMYK
16, 0, 80, 35
Luminance
0.3332
Every format
| HEX | #8ca721 |
| RGB | rgb(140, 167, 33) |
| HSL | hsl(72, 67%, 39%) |
| CMYK | cmyk(16%, 0%, 80%, 35%) |
| LAB | lab(64.4 -26.7 60.3) |
| LCH | lch(64.4 65.9 113.9) |
| OKLCH | oklch(0.684 0.154 121.0) |
Copy-ready code
/* CSS */
color: #8ca721;
background-color: #8ca721;
/* Tailwind (arbitrary) */
class="text-[#8ca721] bg-[#8ca721]"
/* SCSS */
$brand: #8ca721;
/* SwiftUI */
Color(red: 0.549, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#8ca721")Accessibility — WCAG contrast
Aa
#8ca721 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ca721 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#8ca721 text on a black background
contrast 7.66:1
Card sample
#8ca721 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ca721;
Background color
Panel with #8ca721 background
background-color: #8ca721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ca721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ca721; background: linear-gradient(135deg, #8ca721, #33A721);