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