#8fe979
a light, vivid green · cool · closest name: forestgreen
RGB
143, 233, 121
HSL
108°, 72%, 69%
CMYK
39, 0, 48, 9
Luminance
0.6550
Every format
| HEX | #8fe979 |
| RGB | rgb(143, 233, 121) |
| HSL | hsl(108, 72%, 69%) |
| CMYK | cmyk(39%, 0%, 48%, 9%) |
| LAB | lab(84.7 -47.7 45.9) |
| LCH | lch(84.7 66.2 136.1) |
| OKLCH | oklch(0.852 0.171 139.7) |
Copy-ready code
/* CSS */
color: #8fe979;
background-color: #8fe979;
/* Tailwind (arbitrary) */
class="text-[#8fe979] bg-[#8fe979]"
/* SCSS */
$brand: #8fe979;
/* SwiftUI */
Color(red: 0.561, green: 0.914, blue: 0.475)
/* Android */
Color.parseColor("#8fe979")Accessibility — WCAG contrast
Aa
#8fe979 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe979 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green91.4%
Blue47.5%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow48.1%
Key (black)8.6%
Color previews
#8fe979 text on a black background
contrast 14.10:1
Card sample
#8fe979 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe979;
Background color
Panel with #8fe979 background
background-color: #8fe979;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe979;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 233, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 233, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe979; background: linear-gradient(135deg, #8fe979, #79E9AE);