#9bfc21
a balanced, electric green · cool · closest name: lime
RGB
155, 252, 33
HSL
87°, 97%, 56%
CMYK
39, 0, 87, 1
Luminance
0.7670
Every format
| HEX | #9bfc21 |
| RGB | rgb(155, 252, 33) |
| HSL | hsl(87, 97%, 56%) |
| CMYK | cmyk(39%, 0%, 87%, 1%) |
| LAB | lab(90.2 -57.9 82.9) |
| LCH | lch(90.2 101.1 124.9) |
| OKLCH | oklch(0.896 0.243 132.4) |
Copy-ready code
/* CSS */
color: #9bfc21;
background-color: #9bfc21;
/* Tailwind (arbitrary) */
class="text-[#9bfc21] bg-[#9bfc21]"
/* SCSS */
$brand: #9bfc21;
/* SwiftUI */
Color(red: 0.608, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#9bfc21")Accessibility — WCAG contrast
Aa
#9bfc21 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfc21 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.8%
Blue12.9%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#9bfc21 text on a black background
contrast 16.34:1
Card sample
#9bfc21 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfc21;
Background color
Panel with #9bfc21 background
background-color: #9bfc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfc21; background: linear-gradient(135deg, #9bfc21, #21FC39);