#9cf71f
a balanced, electric green · cool · closest name: lime
RGB
156, 247, 31
HSL
85°, 93%, 55%
CMYK
37, 0, 87, 3
Luminance
0.7369
Every format
| HEX | #9cf71f |
| RGB | rgb(156, 247, 31) |
| HSL | hsl(85, 93%, 55%) |
| CMYK | cmyk(37%, 0%, 87%, 3%) |
| LAB | lab(88.8 -55.6 82.1) |
| LCH | lch(88.8 99.1 124.1) |
| OKLCH | oklch(0.885 0.238 131.7) |
Copy-ready code
/* CSS */
color: #9cf71f;
background-color: #9cf71f;
/* Tailwind (arbitrary) */
class="text-[#9cf71f] bg-[#9cf71f]"
/* SCSS */
$brand: #9cf71f;
/* SwiftUI */
Color(red: 0.612, green: 0.969, blue: 0.122)
/* Android */
Color.parseColor("#9cf71f")Accessibility — WCAG contrast
Aa
#9cf71f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf71f on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green96.9%
Blue12.2%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow87.4%
Key (black)3.1%
Color previews
#9cf71f text on a black background
contrast 15.74:1
Card sample
#9cf71f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf71f;
Background color
Panel with #9cf71f background
background-color: #9cf71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 247, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 247, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf71f; background: linear-gradient(135deg, #9cf71f, #1FF732);