#8cf06b
a light, electric green · cool · closest name: forestgreen
RGB
140, 240, 107
HSL
105°, 82%, 68%
CMYK
42, 0, 55, 6
Luminance
0.6896
Every format
| HEX | #8cf06b |
| RGB | rgb(140, 240, 107) |
| HSL | hsl(105, 82%, 68%) |
| CMYK | cmyk(42%, 0%, 55%, 6%) |
| LAB | lab(86.5 -53.1 54.4) |
| LCH | lch(86.5 76.1 134.3) |
| OKLCH | oklch(0.866 0.195 138.6) |
Copy-ready code
/* CSS */
color: #8cf06b;
background-color: #8cf06b;
/* Tailwind (arbitrary) */
class="text-[#8cf06b] bg-[#8cf06b]"
/* SCSS */
$brand: #8cf06b;
/* SwiftUI */
Color(red: 0.549, green: 0.941, blue: 0.420)
/* Android */
Color.parseColor("#8cf06b")Accessibility — WCAG contrast
Aa
#8cf06b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf06b on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green94.1%
Blue42.0%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow55.4%
Key (black)5.9%
Color previews
#8cf06b text on a black background
contrast 14.79:1
Card sample
#8cf06b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf06b;
Background color
Panel with #8cf06b background
background-color: #8cf06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 240, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 240, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf06b; background: linear-gradient(135deg, #8cf06b, #6BF0A3);