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