#8eb014
a dark, electric green · cool · closest name: olivedrab
RGB
142, 176, 20
HSL
73°, 80%, 38%
CMYK
19, 0, 89, 31
Luminance
0.3685
Every format
| HEX | #8eb014 |
| RGB | rgb(142, 176, 20) |
| HSL | hsl(73, 80%, 38%) |
| CMYK | cmyk(19%, 0%, 89%, 31%) |
| LAB | lab(67.2 -30.6 65.8) |
| LCH | lch(67.2 72.5 114.9) |
| OKLCH | oklch(0.707 0.168 122.7) |
Copy-ready code
/* CSS */
color: #8eb014;
background-color: #8eb014;
/* Tailwind (arbitrary) */
class="text-[#8eb014] bg-[#8eb014]"
/* SCSS */
$brand: #8eb014;
/* SwiftUI */
Color(red: 0.557, green: 0.690, blue: 0.078)
/* Android */
Color.parseColor("#8eb014")Accessibility — WCAG contrast
Aa
#8eb014 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb014 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.0%
Blue7.8%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow88.6%
Key (black)31.0%
Color previews
#8eb014 text on a black background
contrast 8.37:1
Card sample
#8eb014 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb014;
Background color
Panel with #8eb014 background
background-color: #8eb014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 176, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 176, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb014; background: linear-gradient(135deg, #8eb014, #26B014);