#8eb921
a dark, vivid green · cool · closest name: olivedrab
RGB
142, 185, 33
HSL
77°, 70%, 43%
CMYK
23, 0, 82, 28
Luminance
0.4056
Every format
| HEX | #8eb921 |
| RGB | rgb(142, 185, 33) |
| HSL | hsl(77, 70%, 43%) |
| CMYK | cmyk(23%, 0%, 82%, 28%) |
| LAB | lab(69.9 -34.4 65.2) |
| LCH | lch(69.9 73.7 117.8) |
| OKLCH | oklch(0.729 0.174 125.2) |
Copy-ready code
/* CSS */
color: #8eb921;
background-color: #8eb921;
/* Tailwind (arbitrary) */
class="text-[#8eb921] bg-[#8eb921]"
/* SCSS */
$brand: #8eb921;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#8eb921")Accessibility — WCAG contrast
Aa
#8eb921 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb921 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue12.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#8eb921 text on a black background
contrast 9.11:1
Card sample
#8eb921 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb921;
Background color
Panel with #8eb921 background
background-color: #8eb921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb921; background: linear-gradient(135deg, #8eb921, #29B921);