#9ce921
a balanced, electric green · cool · closest name: yellow
RGB
156, 233, 33
HSL
83°, 82%, 52%
CMYK
33, 0, 86, 9
Luminance
0.6546
Every format
| HEX | #9ce921 |
| RGB | rgb(156, 233, 33) |
| HSL | hsl(83, 82%, 52%) |
| CMYK | cmyk(33%, 0%, 86%, 9%) |
| LAB | lab(84.7 -49.9 78.3) |
| LCH | lch(84.7 92.9 122.5) |
| OKLCH | oklch(0.852 0.222 130.1) |
Copy-ready code
/* CSS */
color: #9ce921;
background-color: #9ce921;
/* Tailwind (arbitrary) */
class="text-[#9ce921] bg-[#9ce921]"
/* SCSS */
$brand: #9ce921;
/* SwiftUI */
Color(red: 0.612, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#9ce921")Accessibility — WCAG contrast
Aa
#9ce921 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ce921 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green91.4%
Blue12.9%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#9ce921 text on a black background
contrast 14.09:1
Card sample
#9ce921 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ce921;
Background color
Panel with #9ce921 background
background-color: #9ce921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ce921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ce921; background: linear-gradient(135deg, #9ce921, #21E92B);