#8fef6c
a light, electric green · cool · closest name: forestgreen
RGB
143, 239, 108
HSL
104°, 80%, 68%
CMYK
40, 0, 55, 6
Luminance
0.6866
Every format
| HEX | #8fef6c |
| RGB | rgb(143, 239, 108) |
| HSL | hsl(104, 80%, 68%) |
| CMYK | cmyk(40%, 0%, 55%, 6%) |
| LAB | lab(86.3 -51.7 53.9) |
| LCH | lch(86.3 74.6 133.8) |
| OKLCH | oklch(0.865 0.191 138.1) |
Copy-ready code
/* CSS */
color: #8fef6c;
background-color: #8fef6c;
/* Tailwind (arbitrary) */
class="text-[#8fef6c] bg-[#8fef6c]"
/* SCSS */
$brand: #8fef6c;
/* SwiftUI */
Color(red: 0.561, green: 0.937, blue: 0.424)
/* Android */
Color.parseColor("#8fef6c")Accessibility — WCAG contrast
Aa
#8fef6c on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fef6c on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green93.7%
Blue42.4%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow54.8%
Key (black)6.3%
Color previews
#8fef6c text on a black background
contrast 14.73:1
Card sample
#8fef6c text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fef6c;
Background color
Panel with #8fef6c background
background-color: #8fef6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fef6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 239, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 239, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fef6c; background: linear-gradient(135deg, #8fef6c, #6CEFA0);