#8cc400
a dark, electric green · cool · closest name: olivedrab
RGB
140, 196, 0
HSL
77°, 100%, 38%
CMYK
29, 0, 100, 23
Luminance
0.4506
Every format
| HEX | #8cc400 |
| RGB | rgb(140, 196, 0) |
| HSL | hsl(77, 100%, 38%) |
| CMYK | cmyk(29%, 0%, 100%, 23%) |
| LAB | lab(72.9 -40.8 72.9) |
| LCH | lch(72.9 83.5 119.2) |
| OKLCH | oklch(0.753 0.195 127.4) |
Copy-ready code
/* CSS */
color: #8cc400;
background-color: #8cc400;
/* Tailwind (arbitrary) */
class="text-[#8cc400] bg-[#8cc400]"
/* SCSS */
$brand: #8cc400;
/* SwiftUI */
Color(red: 0.549, green: 0.769, blue: 0.000)
/* Android */
Color.parseColor("#8cc400")Accessibility — WCAG contrast
Aa
#8cc400 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cc400 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green76.9%
Blue0.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow100.0%
Key (black)23.1%
Color previews
#8cc400 text on a black background
contrast 10.01:1
Card sample
#8cc400 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cc400;
Background color
Panel with #8cc400 background
background-color: #8cc400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cc400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 196, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 196, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cc400; background: linear-gradient(135deg, #8cc400, #09C400);