#9cff7a
a light, electric green · cool · closest name: forestgreen
RGB
156, 255, 122
HSL
105°, 100%, 74%
CMYK
39, 0, 52, 0
Luminance
0.7999
Every format
| HEX | #9cff7a |
| RGB | rgb(156, 255, 122) |
| HSL | hsl(105, 100%, 74%) |
| CMYK | cmyk(39%, 0%, 52%, 0%) |
| LAB | lab(91.7 -52.6 54.0) |
| LCH | lch(91.7 75.4 134.3) |
| OKLCH | oklch(0.910 0.194 138.3) |
Copy-ready code
/* CSS */
color: #9cff7a;
background-color: #9cff7a;
/* Tailwind (arbitrary) */
class="text-[#9cff7a] bg-[#9cff7a]"
/* SCSS */
$brand: #9cff7a;
/* SwiftUI */
Color(red: 0.612, green: 1.000, blue: 0.478)
/* Android */
Color.parseColor("#9cff7a")Accessibility — WCAG contrast
Aa
#9cff7a on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cff7a on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green100.0%
Blue47.8%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow52.2%
Key (black)0.0%
Color previews
#9cff7a text on a black background
contrast 17.00:1
Card sample
#9cff7a text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cff7a;
Background color
Panel with #9cff7a background
background-color: #9cff7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cff7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 255, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 255, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cff7a; background: linear-gradient(135deg, #9cff7a, #7AFFB1);