#8fe157
a balanced, vivid green · cool · closest name: forestgreen
RGB
143, 225, 87
HSL
96°, 70%, 61%
CMYK
36, 0, 61, 12
Luminance
0.6038
Every format
| HEX | #8fe157 |
| RGB | rgb(143, 225, 87) |
| HSL | hsl(96, 70%, 61%) |
| CMYK | cmyk(36%, 0%, 61%, 12%) |
| LAB | lab(82.0 -48.0 58.1) |
| LCH | lch(82.0 75.4 129.5) |
| OKLCH | oklch(0.829 0.190 134.7) |
Copy-ready code
/* CSS */
color: #8fe157;
background-color: #8fe157;
/* Tailwind (arbitrary) */
class="text-[#8fe157] bg-[#8fe157]"
/* SCSS */
$brand: #8fe157;
/* SwiftUI */
Color(red: 0.561, green: 0.882, blue: 0.341)
/* Android */
Color.parseColor("#8fe157")Accessibility — WCAG contrast
Aa
#8fe157 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe157 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green88.2%
Blue34.1%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow61.3%
Key (black)11.8%
Color previews
#8fe157 text on a black background
contrast 13.08:1
Card sample
#8fe157 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe157;
Background color
Panel with #8fe157 background
background-color: #8fe157;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe157;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 225, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 225, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe157; background: linear-gradient(135deg, #8fe157, #57E17B);