#aaee88
a light, electric green · cool · closest name: khaki
RGB
170, 238, 136
HSL
100°, 75%, 73%
CMYK
29, 0, 43, 7
Luminance
0.7147
Every format
| HEX | #aaee88 |
| RGB | rgb(170, 238, 136) |
| HSL | hsl(100, 75%, 73%) |
| CMYK | cmyk(29%, 0%, 43%, 7%) |
| LAB | lab(87.7 -39.2 42.6) |
| LCH | lch(87.7 57.9 132.6) |
| OKLCH | oklch(0.880 0.150 135.9) |
Copy-ready code
/* CSS */
color: #aaee88;
background-color: #aaee88;
/* Tailwind (arbitrary) */
class="text-[#aaee88] bg-[#aaee88]"
/* SCSS */
$brand: #aaee88;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.533)
/* Android */
Color.parseColor("#aaee88")Accessibility — WCAG contrast
Aa
#aaee88 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee88 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue53.3%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow42.9%
Key (black)6.7%
Color previews
#aaee88 text on a black background
contrast 15.29:1
Card sample
#aaee88 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee88;
Background color
Panel with #aaee88 background
background-color: #aaee88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee88; background: linear-gradient(135deg, #aaee88, #88EEAA);