#8eb113
a dark, electric green · cool · closest name: olivedrab
RGB
142, 177, 19
HSL
73°, 81%, 38%
CMYK
20, 0, 89, 31
Luminance
0.3724
Every format
| HEX | #8eb113 |
| RGB | rgb(142, 177, 19) |
| HSL | hsl(73, 81%, 38%) |
| CMYK | cmyk(20%, 0%, 89%, 31%) |
| LAB | lab(67.5 -31.1 66.2) |
| LCH | lch(67.5 73.1 115.1) |
| OKLCH | oklch(0.709 0.169 122.9) |
Copy-ready code
/* CSS */
color: #8eb113;
background-color: #8eb113;
/* Tailwind (arbitrary) */
class="text-[#8eb113] bg-[#8eb113]"
/* SCSS */
$brand: #8eb113;
/* SwiftUI */
Color(red: 0.557, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#8eb113")Accessibility — WCAG contrast
Aa
#8eb113 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb113 on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.4%
Blue7.5%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#8eb113 text on a black background
contrast 8.45:1
Card sample
#8eb113 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb113;
Background color
Panel with #8eb113 background
background-color: #8eb113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb113; background: linear-gradient(135deg, #8eb113, #25B113);