#aaee91
a light, vivid green · cool · closest name: khaki
RGB
170, 238, 145
HSL
104°, 73%, 75%
CMYK
29, 0, 39, 7
Luminance
0.7174
Every format
| HEX | #aaee91 |
| RGB | rgb(170, 238, 145) |
| HSL | hsl(104, 73%, 75%) |
| CMYK | cmyk(29%, 0%, 39%, 7%) |
| LAB | lab(87.8 -38.0 38.4) |
| LCH | lch(87.8 54.0 134.7) |
| OKLCH | oklch(0.882 0.141 137.6) |
Copy-ready code
/* CSS */
color: #aaee91;
background-color: #aaee91;
/* Tailwind (arbitrary) */
class="text-[#aaee91] bg-[#aaee91]"
/* SCSS */
$brand: #aaee91;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.569)
/* Android */
Color.parseColor("#aaee91")Accessibility — WCAG contrast
Aa
#aaee91 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee91 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue56.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow39.1%
Key (black)6.7%
Color previews
#aaee91 text on a black background
contrast 15.35:1
Card sample
#aaee91 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee91;
Background color
Panel with #aaee91 background
background-color: #aaee91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee91; background: linear-gradient(135deg, #aaee91, #91EEB6);