#8df79d
a light, electric green · cool · closest name: aquamarine
RGB
141, 247, 157
HSL
129°, 87%, 76%
CMYK
43, 0, 36, 3
Luminance
0.7462
Every format
| HEX | #8df79d |
| RGB | rgb(141, 247, 157) |
| HSL | hsl(129, 87%, 76%) |
| CMYK | cmyk(43%, 0%, 36%, 3%) |
| LAB | lab(89.2 -49.0 33.9) |
| LCH | lch(89.2 59.6 145.3) |
| OKLCH | oklch(0.890 0.158 147.6) |
Copy-ready code
/* CSS */
color: #8df79d;
background-color: #8df79d;
/* Tailwind (arbitrary) */
class="text-[#8df79d] bg-[#8df79d]"
/* SCSS */
$brand: #8df79d;
/* SwiftUI */
Color(red: 0.553, green: 0.969, blue: 0.616)
/* Android */
Color.parseColor("#8df79d")Accessibility — WCAG contrast
Aa
#8df79d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df79d on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green96.9%
Blue61.6%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow36.4%
Key (black)3.1%
Color previews
#8df79d text on a black background
contrast 15.92:1
Card sample
#8df79d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df79d;
Background color
Panel with #8df79d background
background-color: #8df79d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df79d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 247, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 247, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df79d; background: linear-gradient(135deg, #8df79d, #8DF7E4);