#8cf577
a light, electric green · cool · closest name: forestgreen
RGB
140, 245, 119
HSL
110°, 86%, 71%
CMYK
43, 0, 51, 4
Luminance
0.7221
Every format
| HEX | #8cf577 |
| RGB | rgb(140, 245, 119) |
| HSL | hsl(110, 86%, 71%) |
| CMYK | cmyk(43%, 0%, 51%, 4%) |
| LAB | lab(88.1 -53.8 50.9) |
| LCH | lch(88.1 74.0 136.6) |
| OKLCH | oklch(0.879 0.191 140.4) |
Copy-ready code
/* CSS */
color: #8cf577;
background-color: #8cf577;
/* Tailwind (arbitrary) */
class="text-[#8cf577] bg-[#8cf577]"
/* SCSS */
$brand: #8cf577;
/* SwiftUI */
Color(red: 0.549, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#8cf577")Accessibility — WCAG contrast
Aa
#8cf577 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf577 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green96.1%
Blue46.7%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#8cf577 text on a black background
contrast 15.44:1
Card sample
#8cf577 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf577;
Background color
Panel with #8cf577 background
background-color: #8cf577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf577; background: linear-gradient(135deg, #8cf577, #77F5B6);