#9cf849
a balanced, electric green · cool · closest name: lime
RGB
156, 248, 73
HSL
92°, 93%, 63%
CMYK
37, 0, 71, 3
Luminance
0.7468
Every format
| HEX | #9cf849 |
| RGB | rgb(156, 248, 73) |
| HSL | hsl(92, 93%, 63%) |
| CMYK | cmyk(37%, 0%, 71%, 3%) |
| LAB | lab(89.2 -54.1 71.4) |
| LCH | lch(89.2 89.6 127.2) |
| OKLCH | oklch(0.889 0.221 133.4) |
Copy-ready code
/* CSS */
color: #9cf849;
background-color: #9cf849;
/* Tailwind (arbitrary) */
class="text-[#9cf849] bg-[#9cf849]"
/* SCSS */
$brand: #9cf849;
/* SwiftUI */
Color(red: 0.612, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#9cf849")Accessibility — WCAG contrast
Aa
#9cf849 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf849 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green97.3%
Blue28.6%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#9cf849 text on a black background
contrast 15.94:1
Card sample
#9cf849 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf849;
Background color
Panel with #9cf849 background
background-color: #9cf849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf849; background: linear-gradient(135deg, #9cf849, #49F86A);