#8fdf87
a light, vivid green · cool · closest name: aquamarine
RGB
143, 223, 135
HSL
115°, 58%, 70%
CMYK
36, 0, 40, 13
Luminance
0.6036
Every format
| HEX | #8fdf87 |
| RGB | rgb(143, 223, 135) |
| HSL | hsl(115, 58%, 70%) |
| CMYK | cmyk(36%, 0%, 40%, 13%) |
| LAB | lab(82.0 -41.5 35.6) |
| LCH | lch(82.0 54.6 139.4) |
| OKLCH | oklch(0.831 0.143 142.1) |
Copy-ready code
/* CSS */
color: #8fdf87;
background-color: #8fdf87;
/* Tailwind (arbitrary) */
class="text-[#8fdf87] bg-[#8fdf87]"
/* SCSS */
$brand: #8fdf87;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.529)
/* Android */
Color.parseColor("#8fdf87")Accessibility — WCAG contrast
Aa
#8fdf87 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdf87 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue52.9%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow39.5%
Key (black)12.5%
Color previews
#8fdf87 text on a black background
contrast 13.07:1
Card sample
#8fdf87 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdf87;
Background color
Panel with #8fdf87 background
background-color: #8fdf87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdf87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdf87; background: linear-gradient(135deg, #8fdf87, #87DFBA);