#9cfd7f
a light, electric green · cool · closest name: forestgreen
RGB
156, 253, 127
HSL
106°, 97%, 75%
CMYK
38, 0, 50, 1
Luminance
0.7885
Every format
| HEX | #9cfd7f |
| RGB | rgb(156, 253, 127) |
| HSL | hsl(106, 97%, 75%) |
| CMYK | cmyk(38%, 0%, 50%, 1%) |
| LAB | lab(91.2 -51.3 51.1) |
| LCH | lch(91.2 72.4 135.1) |
| OKLCH | oklch(0.906 0.186 138.9) |
Copy-ready code
/* CSS */
color: #9cfd7f;
background-color: #9cfd7f;
/* Tailwind (arbitrary) */
class="text-[#9cfd7f] bg-[#9cfd7f]"
/* SCSS */
$brand: #9cfd7f;
/* SwiftUI */
Color(red: 0.612, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#9cfd7f")Accessibility — WCAG contrast
Aa
#9cfd7f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfd7f on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.2%
Blue49.8%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#9cfd7f text on a black background
contrast 16.77:1
Card sample
#9cfd7f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfd7f;
Background color
Panel with #9cfd7f background
background-color: #9cfd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfd7f; background: linear-gradient(135deg, #9cfd7f, #7FFDB6);