#8fe591
a light, vivid green · cool · closest name: aquamarine
RGB
143, 229, 145
HSL
121°, 62%, 73%
CMYK
38, 0, 37, 10
Luminance
0.6392
Every format
| HEX | #8fe591 |
| RGB | rgb(143, 229, 145) |
| HSL | hsl(121, 62%, 73%) |
| CMYK | cmyk(38%, 0%, 37%, 10%) |
| LAB | lab(83.9 -42.6 33.0) |
| LCH | lch(83.9 53.9 142.2) |
| OKLCH | oklch(0.847 0.142 144.7) |
Copy-ready code
/* CSS */
color: #8fe591;
background-color: #8fe591;
/* Tailwind (arbitrary) */
class="text-[#8fe591] bg-[#8fe591]"
/* SCSS */
$brand: #8fe591;
/* SwiftUI */
Color(red: 0.561, green: 0.898, blue: 0.569)
/* Android */
Color.parseColor("#8fe591")Accessibility — WCAG contrast
Aa
#8fe591 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe591 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green89.8%
Blue56.9%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow36.7%
Key (black)10.2%
Color previews
#8fe591 text on a black background
contrast 13.78:1
Card sample
#8fe591 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe591;
Background color
Panel with #8fe591 background
background-color: #8fe591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 229, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 229, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe591; background: linear-gradient(135deg, #8fe591, #8FE5CA);