#9dff80
a light, electric green · cool · closest name: forestgreen
RGB
157, 255, 128
HSL
106°, 100%, 75%
CMYK
38, 0, 50, 0
Luminance
0.8025
Every format
| HEX | #9dff80 |
| RGB | rgb(157, 255, 128) |
| HSL | hsl(106, 100%, 75%) |
| CMYK | cmyk(38%, 0%, 50%, 0%) |
| LAB | lab(91.8 -51.6 51.4) |
| LCH | lch(91.8 72.8 135.1) |
| OKLCH | oklch(0.912 0.188 138.9) |
Copy-ready code
/* CSS */
color: #9dff80;
background-color: #9dff80;
/* Tailwind (arbitrary) */
class="text-[#9dff80] bg-[#9dff80]"
/* SCSS */
$brand: #9dff80;
/* SwiftUI */
Color(red: 0.616, green: 1.000, blue: 0.502)
/* Android */
Color.parseColor("#9dff80")Accessibility — WCAG contrast
Aa
#9dff80 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dff80 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green100.0%
Blue50.2%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow49.8%
Key (black)0.0%
Color previews
#9dff80 text on a black background
contrast 17.05:1
Card sample
#9dff80 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dff80;
Background color
Panel with #9dff80 background
background-color: #9dff80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dff80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 255, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 255, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dff80; background: linear-gradient(135deg, #9dff80, #80FFB8);