#8ac00e
a dark, electric green · cool · closest name: olivedrab
RGB
138, 192, 14
HSL
78°, 86%, 40%
CMYK
28, 0, 93, 25
Luminance
0.4313
Every format
| HEX | #8ac00e |
| RGB | rgb(138, 192, 14) |
| HSL | hsl(78, 86%, 40%) |
| CMYK | cmyk(28%, 0%, 93%, 25%) |
| LAB | lab(71.7 -39.6 70.3) |
| LCH | lch(71.7 80.7 119.4) |
| OKLCH | oklch(0.742 0.190 127.4) |
Copy-ready code
/* CSS */
color: #8ac00e;
background-color: #8ac00e;
/* Tailwind (arbitrary) */
class="text-[#8ac00e] bg-[#8ac00e]"
/* SCSS */
$brand: #8ac00e;
/* SwiftUI */
Color(red: 0.541, green: 0.753, blue: 0.055)
/* Android */
Color.parseColor("#8ac00e")Accessibility — WCAG contrast
Aa
#8ac00e on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ac00e on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green75.3%
Blue5.5%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow92.7%
Key (black)24.7%
Color previews
#8ac00e text on a black background
contrast 9.63:1
Card sample
#8ac00e text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ac00e;
Background color
Panel with #8ac00e background
background-color: #8ac00e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ac00e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 192, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 192, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ac00e; background: linear-gradient(135deg, #8ac00e, #13C00E);