#aaeeb0
a light, vivid green · cool · closest name: aquamarine
RGB
170, 238, 176
HSL
125°, 67%, 80%
CMYK
29, 0, 26, 7
Luminance
0.7283
Every format
| HEX | #aaeeb0 |
| RGB | rgb(170, 238, 176) |
| HSL | hsl(125, 67%, 80%) |
| CMYK | cmyk(29%, 0%, 26%, 7%) |
| LAB | lab(88.4 -33.2 23.4) |
| LCH | lch(88.4 40.6 144.9) |
| OKLCH | oklch(0.888 0.109 146.8) |
Copy-ready code
/* CSS */
color: #aaeeb0;
background-color: #aaeeb0;
/* Tailwind (arbitrary) */
class="text-[#aaeeb0] bg-[#aaeeb0]"
/* SCSS */
$brand: #aaeeb0;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.690)
/* Android */
Color.parseColor("#aaeeb0")Accessibility — WCAG contrast
Aa
#aaeeb0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeeb0 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue69.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow26.1%
Key (black)6.7%
Color previews
#aaeeb0 text on a black background
contrast 15.57:1
Card sample
#aaeeb0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeeb0;
Background color
Panel with #aaeeb0 background
background-color: #aaeeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeeb0; background: linear-gradient(135deg, #aaeeb0, #AAEEDD);