#8fe080
a light, vivid green · cool · closest name: aquamarine
RGB
143, 224, 128
HSL
111°, 61%, 69%
CMYK
36, 0, 43, 12
Luminance
0.6071
Every format
| HEX | #8fe080 |
| RGB | rgb(143, 224, 128) |
| HSL | hsl(111, 61%, 69%) |
| CMYK | cmyk(36%, 0%, 43%, 12%) |
| LAB | lab(82.2 -42.9 39.3) |
| LCH | lch(82.2 58.2 137.5) |
| OKLCH | oklch(0.832 0.152 140.6) |
Copy-ready code
/* CSS */
color: #8fe080;
background-color: #8fe080;
/* Tailwind (arbitrary) */
class="text-[#8fe080] bg-[#8fe080]"
/* SCSS */
$brand: #8fe080;
/* SwiftUI */
Color(red: 0.561, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#8fe080")Accessibility — WCAG contrast
Aa
#8fe080 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe080 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.8%
Blue50.2%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#8fe080 text on a black background
contrast 13.14:1
Card sample
#8fe080 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe080;
Background color
Panel with #8fe080 background
background-color: #8fe080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe080; background: linear-gradient(135deg, #8fe080, #80E0B1);