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