#aaee99
a light, vivid green · cool · closest name: aquamarine
RGB
170, 238, 153
HSL
108°, 71%, 77%
CMYK
29, 0, 36, 7
Luminance
0.7200
Every format
| HEX | #aaee99 |
| RGB | rgb(170, 238, 153) |
| HSL | hsl(108, 71%, 77%) |
| CMYK | cmyk(29%, 0%, 36%, 7%) |
| LAB | lab(88.0 -36.8 34.5) |
| LCH | lch(88.0 50.5 136.8) |
| OKLCH | oklch(0.883 0.132 139.5) |
Copy-ready code
/* CSS */
color: #aaee99;
background-color: #aaee99;
/* Tailwind (arbitrary) */
class="text-[#aaee99] bg-[#aaee99]"
/* SCSS */
$brand: #aaee99;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.600)
/* Android */
Color.parseColor("#aaee99")Accessibility — WCAG contrast
Aa
#aaee99 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee99 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue60.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow35.7%
Key (black)6.7%
Color previews
#aaee99 text on a black background
contrast 15.40:1
Card sample
#aaee99 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee99;
Background color
Panel with #aaee99 background
background-color: #aaee99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee99; background: linear-gradient(135deg, #aaee99, #99EEC1);