#9ae014
a balanced, electric green · cool · closest name: yellow
RGB
154, 224, 20
HSL
81°, 84%, 48%
CMYK
31, 0, 91, 12
Luminance
0.6023
Every format
| HEX | #9ae014 |
| RGB | rgb(154, 224, 20) |
| HSL | hsl(81, 84%, 48%) |
| CMYK | cmyk(31%, 0%, 91%, 12%) |
| LAB | lab(82.0 -47.2 78.2) |
| LCH | lch(82.0 91.3 121.1) |
| OKLCH | oklch(0.829 0.216 129.0) |
Copy-ready code
/* CSS */
color: #9ae014;
background-color: #9ae014;
/* Tailwind (arbitrary) */
class="text-[#9ae014] bg-[#9ae014]"
/* SCSS */
$brand: #9ae014;
/* SwiftUI */
Color(red: 0.604, green: 0.878, blue: 0.078)
/* Android */
Color.parseColor("#9ae014")Accessibility — WCAG contrast
Aa
#9ae014 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae014 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.8%
Blue7.8%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow91.1%
Key (black)12.2%
Color previews
#9ae014 text on a black background
contrast 13.05:1
Card sample
#9ae014 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae014;
Background color
Panel with #9ae014 background
background-color: #9ae014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 224, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 224, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae014; background: linear-gradient(135deg, #9ae014, #14E016);