#9cf366
a light, electric green · cool · closest name: forestgreen
RGB
156, 243, 102
HSL
97°, 86%, 68%
CMYK
36, 0, 58, 5
Luminance
0.7213
Every format
| HEX | #9cf366 |
| RGB | rgb(156, 243, 102) |
| HSL | hsl(97, 86%, 68%) |
| CMYK | cmyk(36%, 0%, 58%, 5%) |
| LAB | lab(88.0 -49.8 58.6) |
| LCH | lch(88.0 76.9 130.3) |
| OKLCH | oklch(0.880 0.195 135.2) |
Copy-ready code
/* CSS */
color: #9cf366;
background-color: #9cf366;
/* Tailwind (arbitrary) */
class="text-[#9cf366] bg-[#9cf366]"
/* SCSS */
$brand: #9cf366;
/* SwiftUI */
Color(red: 0.612, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#9cf366")Accessibility — WCAG contrast
Aa
#9cf366 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf366 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green95.3%
Blue40.0%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#9cf366 text on a black background
contrast 15.43:1
Card sample
#9cf366 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf366;
Background color
Panel with #9cf366 background
background-color: #9cf366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf366; background: linear-gradient(135deg, #9cf366, #66F38E);