#8eb809
a dark, electric green · cool · closest name: olivedrab
RGB
142, 184, 9
HSL
74°, 91%, 38%
CMYK
23, 0, 95, 28
Luminance
0.4005
Every format
| HEX | #8eb809 |
| RGB | rgb(142, 184, 9) |
| HSL | hsl(74, 91%, 38%) |
| CMYK | cmyk(23%, 0%, 95%, 28%) |
| LAB | lab(69.5 -34.5 69.3) |
| LCH | lch(69.5 77.4 116.5) |
| OKLCH | oklch(0.726 0.179 124.5) |
Copy-ready code
/* CSS */
color: #8eb809;
background-color: #8eb809;
/* Tailwind (arbitrary) */
class="text-[#8eb809] bg-[#8eb809]"
/* SCSS */
$brand: #8eb809;
/* SwiftUI */
Color(red: 0.557, green: 0.722, blue: 0.035)
/* Android */
Color.parseColor("#8eb809")Accessibility — WCAG contrast
Aa
#8eb809 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb809 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.2%
Blue3.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow95.1%
Key (black)27.8%
Color previews
#8eb809 text on a black background
contrast 9.01:1
Card sample
#8eb809 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb809;
Background color
Panel with #8eb809 background
background-color: #8eb809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 184, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 184, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb809; background: linear-gradient(135deg, #8eb809, #19B809);