#9ae321
a balanced, electric green · cool · closest name: yellow
RGB
154, 227, 33
HSL
83°, 78%, 51%
CMYK
32, 0, 86, 11
Luminance
0.6192
Every format
| HEX | #9ae321 |
| RGB | rgb(154, 227, 33) |
| HSL | hsl(83, 78%, 51%) |
| CMYK | cmyk(32%, 0%, 86%, 11%) |
| LAB | lab(82.9 -48.1 76.7) |
| LCH | lch(82.9 90.5 122.1) |
| OKLCH | oklch(0.836 0.216 129.7) |
Copy-ready code
/* CSS */
color: #9ae321;
background-color: #9ae321;
/* Tailwind (arbitrary) */
class="text-[#9ae321] bg-[#9ae321]"
/* SCSS */
$brand: #9ae321;
/* SwiftUI */
Color(red: 0.604, green: 0.890, blue: 0.129)
/* Android */
Color.parseColor("#9ae321")Accessibility — WCAG contrast
Aa
#9ae321 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae321 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green89.0%
Blue12.9%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow85.5%
Key (black)11.0%
Color previews
#9ae321 text on a black background
contrast 13.38:1
Card sample
#9ae321 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae321;
Background color
Panel with #9ae321 background
background-color: #9ae321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 227, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 227, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae321; background: linear-gradient(135deg, #9ae321, #21E329);