#aaeabf
a light, vivid green · cool · closest name: aquamarine
RGB
170, 234, 191
HSL
140°, 60%, 79%
CMYK
27, 0, 18, 8
Luminance
0.7115
Every format
| HEX | #aaeabf |
| RGB | rgb(170, 234, 191) |
| HSL | hsl(140, 60%, 79%) |
| CMYK | cmyk(27%, 0%, 18%, 8%) |
| LAB | lab(87.6 -28.7 14.5) |
| LCH | lch(87.6 32.1 153.2) |
| OKLCH | oklch(0.882 0.088 154.8) |
Copy-ready code
/* CSS */
color: #aaeabf;
background-color: #aaeabf;
/* Tailwind (arbitrary) */
class="text-[#aaeabf] bg-[#aaeabf]"
/* SCSS */
$brand: #aaeabf;
/* SwiftUI */
Color(red: 0.667, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#aaeabf")Accessibility — WCAG contrast
Aa
#aaeabf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeabf on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green91.8%
Blue74.9%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#aaeabf text on a black background
contrast 15.23:1
Card sample
#aaeabf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeabf;
Background color
Panel with #aaeabf background
background-color: #aaeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeabf; background: linear-gradient(135deg, #aaeabf, #AAEAEA);