#aaf8d1
a light, electric green · cool · closest name: aquamarine
RGB
170, 248, 209
HSL
150°, 85%, 82%
CMYK
32, 0, 16, 3
Luminance
0.8028
Every format
| HEX | #aaf8d1 |
| RGB | rgb(170, 248, 209) |
| HSL | hsl(150, 85%, 82%) |
| CMYK | cmyk(32%, 0%, 16%, 3%) |
| LAB | lab(91.8 -31.9 11.2) |
| LCH | lch(91.8 33.8 160.7) |
| OKLCH | oklch(0.918 0.094 162.1) |
Copy-ready code
/* CSS */
color: #aaf8d1;
background-color: #aaf8d1;
/* Tailwind (arbitrary) */
class="text-[#aaf8d1] bg-[#aaf8d1]"
/* SCSS */
$brand: #aaf8d1;
/* SwiftUI */
Color(red: 0.667, green: 0.973, blue: 0.820)
/* Android */
Color.parseColor("#aaf8d1")Accessibility — WCAG contrast
Aa
#aaf8d1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf8d1 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green97.3%
Blue82.0%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow15.7%
Key (black)2.7%
Color previews
#aaf8d1 text on a black background
contrast 17.06:1
Card sample
#aaf8d1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf8d1;
Background color
Panel with #aaf8d1 background
background-color: #aaf8d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf8d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 248, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 248, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf8d1; background: linear-gradient(135deg, #aaf8d1, #AAEBF8);