#9dff7b
a light, electric green · cool · closest name: forestgreen
RGB
157, 255, 123
HSL
105°, 100%, 74%
CMYK
38, 0, 52, 0
Luminance
0.8012
Every format
| HEX | #9dff7b |
| RGB | rgb(157, 255, 123) |
| HSL | hsl(105, 100%, 74%) |
| CMYK | cmyk(38%, 0%, 52%, 0%) |
| LAB | lab(91.7 -52.2 53.6) |
| LCH | lch(91.7 74.8 134.2) |
| OKLCH | oklch(0.911 0.192 138.2) |
Copy-ready code
/* CSS */
color: #9dff7b;
background-color: #9dff7b;
/* Tailwind (arbitrary) */
class="text-[#9dff7b] bg-[#9dff7b]"
/* SCSS */
$brand: #9dff7b;
/* SwiftUI */
Color(red: 0.616, green: 1.000, blue: 0.482)
/* Android */
Color.parseColor("#9dff7b")Accessibility — WCAG contrast
Aa
#9dff7b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dff7b on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green100.0%
Blue48.2%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow51.8%
Key (black)0.0%
Color previews
#9dff7b text on a black background
contrast 17.02:1
Card sample
#9dff7b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dff7b;
Background color
Panel with #9dff7b background
background-color: #9dff7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dff7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 255, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 255, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dff7b; background: linear-gradient(135deg, #9dff7b, #7BFFB1);