#9cfd52
a light, electric green · cool · closest name: lime
RGB
156, 253, 82
HSL
94°, 98%, 66%
CMYK
38, 0, 68, 1
Luminance
0.7793
Every format
| HEX | #9cfd52 |
| RGB | rgb(156, 253, 82) |
| HSL | hsl(94, 98%, 66%) |
| CMYK | cmyk(38%, 0%, 68%, 1%) |
| LAB | lab(90.8 -55.5 69.7) |
| LCH | lch(90.8 89.1 128.6) |
| OKLCH | oklch(0.901 0.222 134.4) |
Copy-ready code
/* CSS */
color: #9cfd52;
background-color: #9cfd52;
/* Tailwind (arbitrary) */
class="text-[#9cfd52] bg-[#9cfd52]"
/* SCSS */
$brand: #9cfd52;
/* SwiftUI */
Color(red: 0.612, green: 0.992, blue: 0.322)
/* Android */
Color.parseColor("#9cfd52")Accessibility — WCAG contrast
Aa
#9cfd52 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfd52 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.2%
Blue32.2%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow67.6%
Key (black)0.8%
Color previews
#9cfd52 text on a black background
contrast 16.59:1
Card sample
#9cfd52 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfd52;
Background color
Panel with #9cfd52 background
background-color: #9cfd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 253, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 253, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfd52; background: linear-gradient(135deg, #9cfd52, #52FD7A);