#9cff21
a balanced, electric green · cool · closest name: lime
RGB
156, 255, 33
HSL
87°, 100%, 57%
CMYK
39, 0, 87, 0
Luminance
0.7870
Every format
| HEX | #9cff21 |
| RGB | rgb(156, 255, 33) |
| HSL | hsl(87, 100%, 57%) |
| CMYK | cmyk(39%, 0%, 87%, 0%) |
| LAB | lab(91.1 -58.7 83.7) |
| LCH | lch(91.1 102.2 125.0) |
| OKLCH | oklch(0.904 0.246 132.6) |
Copy-ready code
/* CSS */
color: #9cff21;
background-color: #9cff21;
/* Tailwind (arbitrary) */
class="text-[#9cff21] bg-[#9cff21]"
/* SCSS */
$brand: #9cff21;
/* SwiftUI */
Color(red: 0.612, green: 1.000, blue: 0.129)
/* Android */
Color.parseColor("#9cff21")Accessibility — WCAG contrast
Aa
#9cff21 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cff21 on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green100.0%
Blue12.9%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow87.1%
Key (black)0.0%
Color previews
#9cff21 text on a black background
contrast 16.74:1
Card sample
#9cff21 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cff21;
Background color
Panel with #9cff21 background
background-color: #9cff21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cff21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 255, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 255, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cff21; background: linear-gradient(135deg, #9cff21, #21FF3A);