#aae8b1
a light, vivid green · cool · closest name: aquamarine
RGB
170, 232, 177
HSL
127°, 57%, 79%
CMYK
27, 0, 24, 9
Luminance
0.6943
Every format
| HEX | #aae8b1 |
| RGB | rgb(170, 232, 177) |
| HSL | hsl(127, 57%, 79%) |
| CMYK | cmyk(27%, 0%, 24%, 9%) |
| LAB | lab(86.7 -30.3 20.6) |
| LCH | lch(86.7 36.6 145.8) |
| OKLCH | oklch(0.875 0.098 147.6) |
Copy-ready code
/* CSS */
color: #aae8b1;
background-color: #aae8b1;
/* Tailwind (arbitrary) */
class="text-[#aae8b1] bg-[#aae8b1]"
/* SCSS */
$brand: #aae8b1;
/* SwiftUI */
Color(red: 0.667, green: 0.910, blue: 0.694)
/* Android */
Color.parseColor("#aae8b1")Accessibility — WCAG contrast
Aa
#aae8b1 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aae8b1 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green91.0%
Blue69.4%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow23.7%
Key (black)9.0%
Color previews
#aae8b1 text on a black background
contrast 14.89:1
Card sample
#aae8b1 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aae8b1;
Background color
Panel with #aae8b1 background
background-color: #aae8b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aae8b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 232, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 232, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aae8b1; background: linear-gradient(135deg, #aae8b1, #AAE8DA);