#9cfb49
a balanced, electric green · cool · closest name: lime
RGB
156, 251, 73
HSL
92°, 96%, 64%
CMYK
38, 0, 71, 2
Luminance
0.7654
Every format
| HEX | #9cfb49 |
| RGB | rgb(156, 251, 73) |
| HSL | hsl(92, 96%, 64%) |
| CMYK | cmyk(38%, 0%, 71%, 2%) |
| LAB | lab(90.1 -55.3 72.2) |
| LCH | lch(90.1 91.0 127.5) |
| OKLCH | oklch(0.896 0.225 133.7) |
Copy-ready code
/* CSS */
color: #9cfb49;
background-color: #9cfb49;
/* Tailwind (arbitrary) */
class="text-[#9cfb49] bg-[#9cfb49]"
/* SCSS */
$brand: #9cfb49;
/* SwiftUI */
Color(red: 0.612, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#9cfb49")Accessibility — WCAG contrast
Aa
#9cfb49 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfb49 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.4%
Blue28.6%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#9cfb49 text on a black background
contrast 16.31:1
Card sample
#9cfb49 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfb49;
Background color
Panel with #9cfb49 background
background-color: #9cfb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfb49; background: linear-gradient(135deg, #9cfb49, #49FB6C);