#8df39d
a light, electric green · cool · closest name: aquamarine
RGB
141, 243, 157
HSL
129°, 81%, 75%
CMYK
42, 0, 35, 5
Luminance
0.7220
Every format
| HEX | #8df39d |
| RGB | rgb(141, 243, 157) |
| HSL | hsl(129, 81%, 75%) |
| CMYK | cmyk(42%, 0%, 35%, 5%) |
| LAB | lab(88.1 -47.3 32.4) |
| LCH | lch(88.1 57.3 145.6) |
| OKLCH | oklch(0.881 0.152 147.8) |
Copy-ready code
/* CSS */
color: #8df39d;
background-color: #8df39d;
/* Tailwind (arbitrary) */
class="text-[#8df39d] bg-[#8df39d]"
/* SCSS */
$brand: #8df39d;
/* SwiftUI */
Color(red: 0.553, green: 0.953, blue: 0.616)
/* Android */
Color.parseColor("#8df39d")Accessibility — WCAG contrast
Aa
#8df39d on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df39d on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green95.3%
Blue61.6%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow35.4%
Key (black)4.7%
Color previews
#8df39d text on a black background
contrast 15.44:1
Card sample
#8df39d text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df39d;
Background color
Panel with #8df39d background
background-color: #8df39d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df39d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 243, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 243, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df39d; background: linear-gradient(135deg, #8df39d, #8DF3E1);