#8fd99f
a light, vivid green · cool · closest name: aquamarine
RGB
143, 217, 159
HSL
133°, 49%, 71%
CMYK
34, 0, 27, 15
Luminance
0.5797
Every format
| HEX | #8fd99f |
| RGB | rgb(143, 217, 159) |
| HSL | hsl(133, 49%, 71%) |
| CMYK | cmyk(34%, 0%, 27%, 15%) |
| LAB | lab(80.7 -34.9 21.5) |
| LCH | lch(80.7 40.9 148.4) |
| OKLCH | oklch(0.822 0.110 150.2) |
Copy-ready code
/* CSS */
color: #8fd99f;
background-color: #8fd99f;
/* Tailwind (arbitrary) */
class="text-[#8fd99f] bg-[#8fd99f]"
/* SCSS */
$brand: #8fd99f;
/* SwiftUI */
Color(red: 0.561, green: 0.851, blue: 0.624)
/* Android */
Color.parseColor("#8fd99f")Accessibility — WCAG contrast
Aa
#8fd99f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd99f on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.1%
Blue62.4%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow26.7%
Key (black)14.9%
Color previews
#8fd99f text on a black background
contrast 12.59:1
Card sample
#8fd99f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd99f;
Background color
Panel with #8fd99f background
background-color: #8fd99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 217, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 217, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd99f; background: linear-gradient(135deg, #8fd99f, #8FD9D0);