#9cf939
a balanced, electric green · cool · closest name: lime
RGB
156, 249, 57
HSL
89°, 94%, 60%
CMYK
37, 0, 77, 2
Luminance
0.7511
Every format
| HEX | #9cf939 |
| RGB | rgb(156, 249, 57) |
| HSL | hsl(89, 94%, 60%) |
| CMYK | cmyk(37%, 0%, 77%, 2%) |
| LAB | lab(89.5 -55.4 76.7) |
| LCH | lch(89.5 94.6 125.9) |
| OKLCH | oklch(0.890 0.231 132.7) |
Copy-ready code
/* CSS */
color: #9cf939;
background-color: #9cf939;
/* Tailwind (arbitrary) */
class="text-[#9cf939] bg-[#9cf939]"
/* SCSS */
$brand: #9cf939;
/* SwiftUI */
Color(red: 0.612, green: 0.976, blue: 0.224)
/* Android */
Color.parseColor("#9cf939")Accessibility — WCAG contrast
Aa
#9cf939 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf939 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green97.6%
Blue22.4%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow77.1%
Key (black)2.4%
Color previews
#9cf939 text on a black background
contrast 16.02:1
Card sample
#9cf939 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf939;
Background color
Panel with #9cf939 background
background-color: #9cf939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 249, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 249, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf939; background: linear-gradient(135deg, #9cf939, #39F956);