#8cf76e
a light, electric green · cool · closest name: forestgreen
RGB
140, 247, 110
HSL
107°, 90%, 70%
CMYK
43, 0, 56, 3
Luminance
0.7322
Every format
| HEX | #8cf76e |
| RGB | rgb(140, 247, 110) |
| HSL | hsl(107, 90%, 70%) |
| CMYK | cmyk(43%, 0%, 56%, 3%) |
| LAB | lab(88.5 -55.6 55.5) |
| LCH | lch(88.5 78.6 135.0) |
| OKLCH | oklch(0.882 0.201 139.3) |
Copy-ready code
/* CSS */
color: #8cf76e;
background-color: #8cf76e;
/* Tailwind (arbitrary) */
class="text-[#8cf76e] bg-[#8cf76e]"
/* SCSS */
$brand: #8cf76e;
/* SwiftUI */
Color(red: 0.549, green: 0.969, blue: 0.431)
/* Android */
Color.parseColor("#8cf76e")Accessibility — WCAG contrast
Aa
#8cf76e on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf76e on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green96.9%
Blue43.1%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow55.5%
Key (black)3.1%
Color previews
#8cf76e text on a black background
contrast 15.64:1
Card sample
#8cf76e text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf76e;
Background color
Panel with #8cf76e background
background-color: #8cf76e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf76e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 247, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 247, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf76e; background: linear-gradient(135deg, #8cf76e, #6EF7AB);