#8ff87c
a light, electric green · cool · closest name: forestgreen
RGB
143, 248, 124
HSL
111°, 90%, 73%
CMYK
42, 0, 50, 3
Luminance
0.7443
Every format
| HEX | #8ff87c |
| RGB | rgb(143, 248, 124) |
| HSL | hsl(111, 90%, 73%) |
| CMYK | cmyk(42%, 0%, 50%, 3%) |
| LAB | lab(89.1 -53.5 49.9) |
| LCH | lch(89.1 73.1 137.0) |
| OKLCH | oklch(0.888 0.189 140.7) |
Copy-ready code
/* CSS */
color: #8ff87c;
background-color: #8ff87c;
/* Tailwind (arbitrary) */
class="text-[#8ff87c] bg-[#8ff87c]"
/* SCSS */
$brand: #8ff87c;
/* SwiftUI */
Color(red: 0.561, green: 0.973, blue: 0.486)
/* Android */
Color.parseColor("#8ff87c")Accessibility — WCAG contrast
Aa
#8ff87c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff87c on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green97.3%
Blue48.6%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow50.0%
Key (black)2.7%
Color previews
#8ff87c text on a black background
contrast 15.89:1
Card sample
#8ff87c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff87c;
Background color
Panel with #8ff87c background
background-color: #8ff87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 248, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 248, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff87c; background: linear-gradient(135deg, #8ff87c, #7CF8BC);