#8df99d
a light, electric green · cool · closest name: aquamarine
RGB
141, 249, 157
HSL
129°, 90%, 77%
CMYK
43, 0, 37, 2
Luminance
0.7585
Every format
| HEX | #8df99d |
| RGB | rgb(141, 249, 157) |
| HSL | hsl(129, 90%, 77%) |
| CMYK | cmyk(43%, 0%, 37%, 2%) |
| LAB | lab(89.8 -49.8 34.7) |
| LCH | lch(89.8 60.7 145.1) |
| OKLCH | oklch(0.895 0.161 147.5) |
Copy-ready code
/* CSS */
color: #8df99d;
background-color: #8df99d;
/* Tailwind (arbitrary) */
class="text-[#8df99d] bg-[#8df99d]"
/* SCSS */
$brand: #8df99d;
/* SwiftUI */
Color(red: 0.553, green: 0.976, blue: 0.616)
/* Android */
Color.parseColor("#8df99d")Accessibility — WCAG contrast
Aa
#8df99d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df99d on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green97.6%
Blue61.6%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow36.9%
Key (black)2.4%
Color previews
#8df99d text on a black background
contrast 16.17:1
Card sample
#8df99d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df99d;
Background color
Panel with #8df99d background
background-color: #8df99d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df99d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 249, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 249, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df99d; background: linear-gradient(135deg, #8df99d, #8DF9E5);