#8df68d
a light, electric green · cool · closest name: aquamarine
RGB
141, 246, 141
HSL
120°, 85%, 76%
CMYK
43, 0, 43, 4
Luminance
0.7350
Every format
| HEX | #8df68d |
| RGB | rgb(141, 246, 141) |
| HSL | hsl(120, 85%, 76%) |
| CMYK | cmyk(43%, 0%, 43%, 4%) |
| LAB | lab(88.7 -51.0 41.2) |
| LCH | lch(88.7 65.5 141.1) |
| OKLCH | oklch(0.885 0.172 144.0) |
Copy-ready code
/* CSS */
color: #8df68d;
background-color: #8df68d;
/* Tailwind (arbitrary) */
class="text-[#8df68d] bg-[#8df68d]"
/* SCSS */
$brand: #8df68d;
/* SwiftUI */
Color(red: 0.553, green: 0.965, blue: 0.553)
/* Android */
Color.parseColor("#8df68d")Accessibility — WCAG contrast
Aa
#8df68d on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df68d on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green96.5%
Blue55.3%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow42.7%
Key (black)3.5%
Color previews
#8df68d text on a black background
contrast 15.70:1
Card sample
#8df68d text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df68d;
Background color
Panel with #8df68d background
background-color: #8df68d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df68d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 246, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 246, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df68d; background: linear-gradient(135deg, #8df68d, #8DF6D3);