#9cf321
a balanced, electric green · cool · closest name: lime
RGB
156, 243, 33
HSL
85°, 90%, 54%
CMYK
36, 0, 86, 5
Luminance
0.7128
Every format
| HEX | #9cf321 |
| RGB | rgb(156, 243, 33) |
| HSL | hsl(85, 90%, 54%) |
| CMYK | cmyk(36%, 0%, 86%, 5%) |
| LAB | lab(87.6 -54.0 80.8) |
| LCH | lch(87.6 97.1 123.8) |
| OKLCH | oklch(0.875 0.233 131.3) |
Copy-ready code
/* CSS */
color: #9cf321;
background-color: #9cf321;
/* Tailwind (arbitrary) */
class="text-[#9cf321] bg-[#9cf321]"
/* SCSS */
$brand: #9cf321;
/* SwiftUI */
Color(red: 0.612, green: 0.953, blue: 0.129)
/* Android */
Color.parseColor("#9cf321")Accessibility — WCAG contrast
Aa
#9cf321 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf321 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green95.3%
Blue12.9%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow86.4%
Key (black)4.7%
Color previews
#9cf321 text on a black background
contrast 15.26:1
Card sample
#9cf321 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf321;
Background color
Panel with #9cf321 background
background-color: #9cf321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 243, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 243, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf321; background: linear-gradient(135deg, #9cf321, #21F332);