#8df86d
a light, electric green · cool · closest name: forestgreen
RGB
141, 248, 109
HSL
106°, 91%, 70%
CMYK
43, 0, 56, 3
Luminance
0.7390
Every format
| HEX | #8df86d |
| RGB | rgb(141, 248, 109) |
| HSL | hsl(106, 91%, 70%) |
| CMYK | cmyk(43%, 0%, 56%, 3%) |
| LAB | lab(88.9 -55.8 56.4) |
| LCH | lch(88.9 79.3 134.7) |
| OKLCH | oklch(0.885 0.203 139.0) |
Copy-ready code
/* CSS */
color: #8df86d;
background-color: #8df86d;
/* Tailwind (arbitrary) */
class="text-[#8df86d] bg-[#8df86d]"
/* SCSS */
$brand: #8df86d;
/* SwiftUI */
Color(red: 0.553, green: 0.973, blue: 0.427)
/* Android */
Color.parseColor("#8df86d")Accessibility — WCAG contrast
Aa
#8df86d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df86d on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green97.3%
Blue42.7%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow56.0%
Key (black)2.7%
Color previews
#8df86d text on a black background
contrast 15.78:1
Card sample
#8df86d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df86d;
Background color
Panel with #8df86d background
background-color: #8df86d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df86d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 248, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 248, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df86d; background: linear-gradient(135deg, #8df86d, #6DF8AA);