#8ce950
a balanced, electric green · cool · closest name: forestgreen
RGB
140, 233, 80
HSL
97°, 78%, 61%
CMYK
40, 0, 66, 9
Luminance
0.6443
Every format
| HEX | #8ce950 |
| RGB | rgb(140, 233, 80) |
| HSL | hsl(97, 78%, 61%) |
| CMYK | cmyk(40%, 0%, 66%, 9%) |
| LAB | lab(84.2 -52.8 63.3) |
| LCH | lch(84.2 82.4 129.9) |
| OKLCH | oklch(0.846 0.206 135.4) |
Copy-ready code
/* CSS */
color: #8ce950;
background-color: #8ce950;
/* Tailwind (arbitrary) */
class="text-[#8ce950] bg-[#8ce950]"
/* SCSS */
$brand: #8ce950;
/* SwiftUI */
Color(red: 0.549, green: 0.914, blue: 0.314)
/* Android */
Color.parseColor("#8ce950")Accessibility — WCAG contrast
Aa
#8ce950 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce950 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green91.4%
Blue31.4%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow65.7%
Key (black)8.6%
Color previews
#8ce950 text on a black background
contrast 13.89:1
Card sample
#8ce950 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce950;
Background color
Panel with #8ce950 background
background-color: #8ce950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 233, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 233, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce950; background: linear-gradient(135deg, #8ce950, #50E97A);