#9bff14
a balanced, electric green · cool · closest name: lime
RGB
155, 255, 20
HSL
86°, 100%, 54%
CMYK
39, 0, 92, 0
Luminance
0.7854
Every format
| HEX | #9bff14 |
| RGB | rgb(155, 255, 20) |
| HSL | hsl(86, 100%, 54%) |
| CMYK | cmyk(39%, 0%, 92%, 0%) |
| LAB | lab(91.0 -59.3 85.5) |
| LCH | lch(91.0 104.0 124.7) |
| OKLCH | oklch(0.903 0.249 132.5) |
Copy-ready code
/* CSS */
color: #9bff14;
background-color: #9bff14;
/* Tailwind (arbitrary) */
class="text-[#9bff14] bg-[#9bff14]"
/* SCSS */
$brand: #9bff14;
/* SwiftUI */
Color(red: 0.608, green: 1.000, blue: 0.078)
/* Android */
Color.parseColor("#9bff14")Accessibility — WCAG contrast
Aa
#9bff14 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bff14 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green100.0%
Blue7.8%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow92.2%
Key (black)0.0%
Color previews
#9bff14 text on a black background
contrast 16.71:1
Card sample
#9bff14 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bff14;
Background color
Panel with #9bff14 background
background-color: #9bff14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bff14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 255, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 255, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bff14; background: linear-gradient(135deg, #9bff14, #14FF29);