#8ff776
a light, electric green · cool · closest name: forestgreen
RGB
143, 247, 118
HSL
108°, 89%, 72%
CMYK
42, 0, 52, 3
Luminance
0.7367
Every format
| HEX | #8ff776 |
| RGB | rgb(143, 247, 118) |
| HSL | hsl(108, 89%, 72%) |
| CMYK | cmyk(42%, 0%, 52%, 3%) |
| LAB | lab(88.8 -53.8 52.2) |
| LCH | lch(88.8 75.0 135.9) |
| OKLCH | oklch(0.885 0.193 139.8) |
Copy-ready code
/* CSS */
color: #8ff776;
background-color: #8ff776;
/* Tailwind (arbitrary) */
class="text-[#8ff776] bg-[#8ff776]"
/* SCSS */
$brand: #8ff776;
/* SwiftUI */
Color(red: 0.561, green: 0.969, blue: 0.463)
/* Android */
Color.parseColor("#8ff776")Accessibility — WCAG contrast
Aa
#8ff776 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff776 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green96.9%
Blue46.3%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow52.2%
Key (black)3.1%
Color previews
#8ff776 text on a black background
contrast 15.73:1
Card sample
#8ff776 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff776;
Background color
Panel with #8ff776 background
background-color: #8ff776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 247, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 247, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff776; background: linear-gradient(135deg, #8ff776, #76F7B3);