#9cee66
a light, electric green · cool · closest name: forestgreen
RGB
156, 238, 102
HSL
96°, 80%, 67%
CMYK
35, 0, 57, 7
Luminance
0.6918
Every format
| HEX | #9cee66 |
| RGB | rgb(156, 238, 102) |
| HSL | hsl(96, 80%, 67%) |
| CMYK | cmyk(35%, 0%, 57%, 7%) |
| LAB | lab(86.6 -47.7 57.0) |
| LCH | lch(86.6 74.3 129.9) |
| OKLCH | oklch(0.868 0.188 134.7) |
Copy-ready code
/* CSS */
color: #9cee66;
background-color: #9cee66;
/* Tailwind (arbitrary) */
class="text-[#9cee66] bg-[#9cee66]"
/* SCSS */
$brand: #9cee66;
/* SwiftUI */
Color(red: 0.612, green: 0.933, blue: 0.400)
/* Android */
Color.parseColor("#9cee66")Accessibility — WCAG contrast
Aa
#9cee66 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cee66 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.3%
Blue40.0%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow57.1%
Key (black)6.7%
Color previews
#9cee66 text on a black background
contrast 14.84:1
Card sample
#9cee66 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cee66;
Background color
Panel with #9cee66 background
background-color: #9cee66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cee66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 238, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 238, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cee66; background: linear-gradient(135deg, #9cee66, #66EE8B);