#8eb91d
a dark, vivid green · cool · closest name: olivedrab
RGB
142, 185, 29
HSL
77°, 73%, 42%
CMYK
23, 0, 84, 28
Luminance
0.4054
Every format
| HEX | #8eb91d |
| RGB | rgb(142, 185, 29) |
| HSL | hsl(77, 73%, 42%) |
| CMYK | cmyk(23%, 0%, 84%, 28%) |
| LAB | lab(69.8 -34.5 66.1) |
| LCH | lch(69.8 74.6 117.6) |
| OKLCH | oklch(0.728 0.175 125.1) |
Copy-ready code
/* CSS */
color: #8eb91d;
background-color: #8eb91d;
/* Tailwind (arbitrary) */
class="text-[#8eb91d] bg-[#8eb91d]"
/* SCSS */
$brand: #8eb91d;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.114)
/* Android */
Color.parseColor("#8eb91d")Accessibility — WCAG contrast
Aa
#8eb91d on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb91d on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue11.4%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow84.3%
Key (black)27.5%
Color previews
#8eb91d text on a black background
contrast 9.11:1
Card sample
#8eb91d text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb91d;
Background color
Panel with #8eb91d background
background-color: #8eb91d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb91d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb91d; background: linear-gradient(135deg, #8eb91d, #26B91D);