#8ca821
a dark, vivid green · cool · closest name: olivedrab
RGB
140, 168, 33
HSL
72°, 67%, 39%
CMYK
17, 0, 80, 34
Luminance
0.3369
Every format
| HEX | #8ca821 |
| RGB | rgb(140, 168, 33) |
| HSL | hsl(72, 67%, 39%) |
| CMYK | cmyk(17%, 0%, 80%, 34%) |
| LAB | lab(64.7 -27.2 60.5) |
| LCH | lch(64.7 66.3 114.2) |
| OKLCH | oklch(0.687 0.155 121.3) |
Copy-ready code
/* CSS */
color: #8ca821;
background-color: #8ca821;
/* Tailwind (arbitrary) */
class="text-[#8ca821] bg-[#8ca821]"
/* SCSS */
$brand: #8ca821;
/* SwiftUI */
Color(red: 0.549, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#8ca821")Accessibility — WCAG contrast
Aa
#8ca821 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ca821 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green65.9%
Blue12.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#8ca821 text on a black background
contrast 7.74:1
Card sample
#8ca821 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ca821;
Background color
Panel with #8ca821 background
background-color: #8ca821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ca821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ca821; background: linear-gradient(135deg, #8ca821, #32A821);