#9ed521
a balanced, vivid green · cool · closest name: yellow
RGB
158, 213, 33
HSL
78°, 73%, 48%
CMYK
26, 0, 85, 17
Luminance
0.5497
Every format
| HEX | #9ed521 |
| RGB | rgb(158, 213, 33) |
| HSL | hsl(78, 73%, 48%) |
| CMYK | cmyk(26%, 0%, 85%, 17%) |
| LAB | lab(79.0 -40.7 73.5) |
| LCH | lch(79.0 84.0 119.0) |
| OKLCH | oklch(0.805 0.198 126.6) |
Copy-ready code
/* CSS */
color: #9ed521;
background-color: #9ed521;
/* Tailwind (arbitrary) */
class="text-[#9ed521] bg-[#9ed521]"
/* SCSS */
$brand: #9ed521;
/* SwiftUI */
Color(red: 0.620, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#9ed521")Accessibility — WCAG contrast
Aa
#9ed521 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ed521 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green83.5%
Blue12.9%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#9ed521 text on a black background
contrast 11.99:1
Card sample
#9ed521 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ed521;
Background color
Panel with #9ed521 background
background-color: #9ed521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ed521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ed521; background: linear-gradient(135deg, #9ed521, #26D521);