#8eb500
a dark, electric green · cool · closest name: olivedrab
RGB
142, 181, 0
HSL
73°, 100%, 36%
CMYK
22, 0, 100, 29
Luminance
0.3880
Every format
| HEX | #8eb500 |
| RGB | rgb(142, 181, 0) |
| HSL | hsl(73, 100%, 36%) |
| CMYK | cmyk(22%, 0%, 100%, 29%) |
| LAB | lab(68.6 -33.3 69.6) |
| LCH | lch(68.6 77.2 115.5) |
| OKLCH | oklch(0.718 0.178 123.7) |
Copy-ready code
/* CSS */
color: #8eb500;
background-color: #8eb500;
/* Tailwind (arbitrary) */
class="text-[#8eb500] bg-[#8eb500]"
/* SCSS */
$brand: #8eb500;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.000)
/* Android */
Color.parseColor("#8eb500")Accessibility — WCAG contrast
Aa
#8eb500 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb500 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue0.0%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow100.0%
Key (black)29.0%
Color previews
#8eb500 text on a black background
contrast 8.76:1
Card sample
#8eb500 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb500;
Background color
Panel with #8eb500 background
background-color: #8eb500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb500; background: linear-gradient(135deg, #8eb500, #15B500);