#8df67c
a light, electric green · cool · closest name: forestgreen
RGB
141, 246, 124
HSL
112°, 87%, 73%
CMYK
43, 0, 50, 4
Luminance
0.7303
Every format
| HEX | #8df67c |
| RGB | rgb(141, 246, 124) |
| HSL | hsl(112, 87%, 73%) |
| CMYK | cmyk(43%, 0%, 50%, 4%) |
| LAB | lab(88.5 -53.3 49.0) |
| LCH | lch(88.5 72.4 137.4) |
| OKLCH | oklch(0.882 0.187 141.0) |
Copy-ready code
/* CSS */
color: #8df67c;
background-color: #8df67c;
/* Tailwind (arbitrary) */
class="text-[#8df67c] bg-[#8df67c]"
/* SCSS */
$brand: #8df67c;
/* SwiftUI */
Color(red: 0.553, green: 0.965, blue: 0.486)
/* Android */
Color.parseColor("#8df67c")Accessibility — WCAG contrast
Aa
#8df67c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df67c on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green96.5%
Blue48.6%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow49.6%
Key (black)3.5%
Color previews
#8df67c text on a black background
contrast 15.61:1
Card sample
#8df67c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df67c;
Background color
Panel with #8df67c background
background-color: #8df67c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df67c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 246, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 246, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df67c; background: linear-gradient(135deg, #8df67c, #7CF6BC);