#9cf75b
a light, electric green · cool · closest name: lime
RGB
156, 247, 91
HSL
95°, 91%, 66%
CMYK
37, 0, 63, 3
Luminance
0.7434
Every format
| HEX | #9cf75b |
| RGB | rgb(156, 247, 91) |
| HSL | hsl(95, 91%, 66%) |
| CMYK | cmyk(37%, 0%, 63%, 3%) |
| LAB | lab(89.1 -52.4 64.4) |
| LCH | lch(89.1 83.0 129.1) |
| OKLCH | oklch(0.888 0.208 134.5) |
Copy-ready code
/* CSS */
color: #9cf75b;
background-color: #9cf75b;
/* Tailwind (arbitrary) */
class="text-[#9cf75b] bg-[#9cf75b]"
/* SCSS */
$brand: #9cf75b;
/* SwiftUI */
Color(red: 0.612, green: 0.969, blue: 0.357)
/* Android */
Color.parseColor("#9cf75b")Accessibility — WCAG contrast
Aa
#9cf75b on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf75b on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green96.9%
Blue35.7%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow63.2%
Key (black)3.1%
Color previews
#9cf75b text on a black background
contrast 15.87:1
Card sample
#9cf75b text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf75b;
Background color
Panel with #9cf75b background
background-color: #9cf75b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf75b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 247, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 247, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf75b; background: linear-gradient(135deg, #9cf75b, #5BF782);