#aaee11
a balanced, electric green · cool · closest name: yellow
RGB
170, 238, 17
HSL
79°, 87%, 50%
CMYK
29, 0, 93, 7
Luminance
0.6974
Every format
| HEX | #aaee11 |
| RGB | rgb(170, 238, 17) |
| HSL | hsl(79, 87%, 50%) |
| CMYK | cmyk(29%, 0%, 93%, 7%) |
| LAB | lab(86.9 -47.3 82.8) |
| LCH | lch(86.9 95.4 119.7) |
| OKLCH | oklch(0.871 0.224 127.7) |
Copy-ready code
/* CSS */
color: #aaee11;
background-color: #aaee11;
/* Tailwind (arbitrary) */
class="text-[#aaee11] bg-[#aaee11]"
/* SCSS */
$brand: #aaee11;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.067)
/* Android */
Color.parseColor("#aaee11")Accessibility — WCAG contrast
Aa
#aaee11 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee11 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue6.7%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow92.9%
Key (black)6.7%
Color previews
#aaee11 text on a black background
contrast 14.95:1
Card sample
#aaee11 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee11;
Background color
Panel with #aaee11 background
background-color: #aaee11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee11; background: linear-gradient(135deg, #aaee11, #16EE11);