#8fff97
a light, electric green · cool · closest name: aquamarine
RGB
143, 255, 151
HSL
124°, 100%, 78%
CMYK
44, 0, 41, 0
Luminance
0.7959
Every format
| HEX | #8fff97 |
| RGB | rgb(143, 255, 151) |
| HSL | hsl(124, 100%, 78%) |
| CMYK | cmyk(44%, 0%, 41%, 0%) |
| LAB | lab(91.5 -52.7 39.9) |
| LCH | lch(91.5 66.1 142.8) |
| OKLCH | oklch(0.909 0.174 145.5) |
Copy-ready code
/* CSS */
color: #8fff97;
background-color: #8fff97;
/* Tailwind (arbitrary) */
class="text-[#8fff97] bg-[#8fff97]"
/* SCSS */
$brand: #8fff97;
/* SwiftUI */
Color(red: 0.561, green: 1.000, blue: 0.592)
/* Android */
Color.parseColor("#8fff97")Accessibility — WCAG contrast
Aa
#8fff97 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fff97 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green100.0%
Blue59.2%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow40.8%
Key (black)0.0%
Color previews
#8fff97 text on a black background
contrast 16.92:1
Card sample
#8fff97 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fff97;
Background color
Panel with #8fff97 background
background-color: #8fff97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fff97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 255, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 255, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fff97; background: linear-gradient(135deg, #8fff97, #8FFFE2);