#9bfd7d
a light, electric green · cool · closest name: forestgreen
RGB
155, 253, 125
HSL
106°, 97%, 74%
CMYK
39, 0, 51, 1
Luminance
0.7870
Every format
| HEX | #9bfd7d |
| RGB | rgb(155, 253, 125) |
| HSL | hsl(106, 97%, 74%) |
| CMYK | cmyk(39%, 0%, 51%, 1%) |
| LAB | lab(91.1 -51.8 51.9) |
| LCH | lch(91.1 73.3 134.9) |
| OKLCH | oklch(0.906 0.189 138.8) |
Copy-ready code
/* CSS */
color: #9bfd7d;
background-color: #9bfd7d;
/* Tailwind (arbitrary) */
class="text-[#9bfd7d] bg-[#9bfd7d]"
/* SCSS */
$brand: #9bfd7d;
/* SwiftUI */
Color(red: 0.608, green: 0.992, blue: 0.490)
/* Android */
Color.parseColor("#9bfd7d")Accessibility — WCAG contrast
Aa
#9bfd7d on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfd7d on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green99.2%
Blue49.0%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow50.6%
Key (black)0.8%
Color previews
#9bfd7d text on a black background
contrast 16.74:1
Card sample
#9bfd7d text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfd7d;
Background color
Panel with #9bfd7d background
background-color: #9bfd7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfd7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 253, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 253, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfd7d; background: linear-gradient(135deg, #9bfd7d, #7DFDB4);