#9ae430
a balanced, electric green · cool · closest name: yellow
RGB
154, 228, 48
HSL
85°, 77%, 54%
CMYK
33, 0, 79, 11
Luminance
0.6257
Every format
| HEX | #9ae430 |
| RGB | rgb(154, 228, 48) |
| HSL | hsl(85, 77%, 54%) |
| CMYK | cmyk(33%, 0%, 79%, 11%) |
| LAB | lab(83.2 -48.0 73.4) |
| LCH | lch(83.2 87.7 123.2) |
| OKLCH | oklch(0.839 0.212 130.3) |
Copy-ready code
/* CSS */
color: #9ae430;
background-color: #9ae430;
/* Tailwind (arbitrary) */
class="text-[#9ae430] bg-[#9ae430]"
/* SCSS */
$brand: #9ae430;
/* SwiftUI */
Color(red: 0.604, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#9ae430")Accessibility — WCAG contrast
Aa
#9ae430 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae430 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green89.4%
Blue18.8%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#9ae430 text on a black background
contrast 13.51:1
Card sample
#9ae430 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae430;
Background color
Panel with #9ae430 background
background-color: #9ae430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae430; background: linear-gradient(135deg, #9ae430, #30E43E);