#aaee66
a light, electric green · cool · closest name: khaki
RGB
170, 238, 102
HSL
90°, 80%, 67%
CMYK
29, 0, 57, 7
Luminance
0.7065
Every format
| HEX | #aaee66 |
| RGB | rgb(170, 238, 102) |
| HSL | hsl(90, 80%, 67%) |
| CMYK | cmyk(29%, 0%, 57%, 7%) |
| LAB | lab(87.3 -42.9 58.0) |
| LCH | lch(87.3 72.2 126.5) |
| OKLCH | oklch(0.876 0.181 131.5) |
Copy-ready code
/* CSS */
color: #aaee66;
background-color: #aaee66;
/* Tailwind (arbitrary) */
class="text-[#aaee66] bg-[#aaee66]"
/* SCSS */
$brand: #aaee66;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.400)
/* Android */
Color.parseColor("#aaee66")Accessibility — WCAG contrast
Aa
#aaee66 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee66 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue40.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow57.1%
Key (black)6.7%
Color previews
#aaee66 text on a black background
contrast 15.13:1
Card sample
#aaee66 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee66;
Background color
Panel with #aaee66 background
background-color: #aaee66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee66; background: linear-gradient(135deg, #aaee66, #66EE7D);