#9cfe13
a balanced, electric green · cool · closest name: lime
RGB
156, 254, 19
HSL
85°, 99%, 54%
CMYK
39, 0, 93, 0
Luminance
0.7800
Every format
| HEX | #9cfe13 |
| RGB | rgb(156, 254, 19) |
| HSL | hsl(85, 99%, 54%) |
| CMYK | cmyk(39%, 0%, 93%, 0%) |
| LAB | lab(90.8 -58.6 85.4) |
| LCH | lch(90.8 103.6 124.4) |
| OKLCH | oklch(0.901 0.248 132.2) |
Copy-ready code
/* CSS */
color: #9cfe13;
background-color: #9cfe13;
/* Tailwind (arbitrary) */
class="text-[#9cfe13] bg-[#9cfe13]"
/* SCSS */
$brand: #9cfe13;
/* SwiftUI */
Color(red: 0.612, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#9cfe13")Accessibility — WCAG contrast
Aa
#9cfe13 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfe13 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.6%
Blue7.5%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#9cfe13 text on a black background
contrast 16.60:1
Card sample
#9cfe13 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfe13;
Background color
Panel with #9cfe13 background
background-color: #9cfe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfe13; background: linear-gradient(135deg, #9cfe13, #13FE26);