#9ee430
a balanced, electric green · cool · closest name: yellow
RGB
158, 228, 48
HSL
83°, 77%, 54%
CMYK
31, 0, 79, 11
Luminance
0.6297
Every format
| HEX | #9ee430 |
| RGB | rgb(158, 228, 48) |
| HSL | hsl(83, 77%, 54%) |
| CMYK | cmyk(31%, 0%, 79%, 11%) |
| LAB | lab(83.4 -46.6 73.7) |
| LCH | lch(83.4 87.2 122.3) |
| OKLCH | oklch(0.841 0.210 129.5) |
Copy-ready code
/* CSS */
color: #9ee430;
background-color: #9ee430;
/* Tailwind (arbitrary) */
class="text-[#9ee430] bg-[#9ee430]"
/* SCSS */
$brand: #9ee430;
/* SwiftUI */
Color(red: 0.620, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#9ee430")Accessibility — WCAG contrast
Aa
#9ee430 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ee430 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green89.4%
Blue18.8%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#9ee430 text on a black background
contrast 13.59:1
Card sample
#9ee430 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ee430;
Background color
Panel with #9ee430 background
background-color: #9ee430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ee430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ee430; background: linear-gradient(135deg, #9ee430, #30E43A);