#8eb610
a dark, electric green · cool · closest name: olivedrab
RGB
142, 182, 16
HSL
75°, 84%, 39%
CMYK
22, 0, 91, 29
Luminance
0.3924
Every format
| HEX | #8eb610 |
| RGB | rgb(142, 182, 16) |
| HSL | hsl(75, 84%, 39%) |
| CMYK | cmyk(22%, 0%, 91%, 29%) |
| LAB | lab(68.9 -33.5 67.9) |
| LCH | lch(68.9 75.7 116.2) |
| OKLCH | oklch(0.721 0.176 124.1) |
Copy-ready code
/* CSS */
color: #8eb610;
background-color: #8eb610;
/* Tailwind (arbitrary) */
class="text-[#8eb610] bg-[#8eb610]"
/* SCSS */
$brand: #8eb610;
/* SwiftUI */
Color(red: 0.557, green: 0.714, blue: 0.063)
/* Android */
Color.parseColor("#8eb610")Accessibility — WCAG contrast
Aa
#8eb610 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb610 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.4%
Blue6.3%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow91.2%
Key (black)28.6%
Color previews
#8eb610 text on a black background
contrast 8.85:1
Card sample
#8eb610 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb610;
Background color
Panel with #8eb610 background
background-color: #8eb610;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb610;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 182, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 182, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb610; background: linear-gradient(135deg, #8eb610, #1FB610);