#9ae621
a balanced, electric green · cool · closest name: yellow
RGB
154, 230, 33
HSL
83°, 80%, 52%
CMYK
33, 0, 86, 10
Luminance
0.6357
Every format
| HEX | #9ae621 |
| RGB | rgb(154, 230, 33) |
| HSL | hsl(83, 80%, 52%) |
| CMYK | cmyk(33%, 0%, 86%, 10%) |
| LAB | lab(83.7 -49.4 77.4) |
| LCH | lch(83.7 91.8 122.5) |
| OKLCH | oklch(0.843 0.220 130.1) |
Copy-ready code
/* CSS */
color: #9ae621;
background-color: #9ae621;
/* Tailwind (arbitrary) */
class="text-[#9ae621] bg-[#9ae621]"
/* SCSS */
$brand: #9ae621;
/* SwiftUI */
Color(red: 0.604, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#9ae621")Accessibility — WCAG contrast
Aa
#9ae621 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae621 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green90.2%
Blue12.9%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#9ae621 text on a black background
contrast 13.71:1
Card sample
#9ae621 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae621;
Background color
Panel with #9ae621 background
background-color: #9ae621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae621; background: linear-gradient(135deg, #9ae621, #21E62B);