#aaf8de
a light, electric cyan · cool · closest name: aquamarine
RGB
170, 248, 222
HSL
160°, 85%, 82%
CMYK
32, 0, 11, 3
Luminance
0.8095
Every format
| HEX | #aaf8de |
| RGB | rgb(170, 248, 222) |
| HSL | hsl(160, 85%, 82%) |
| CMYK | cmyk(32%, 0%, 11%, 3%) |
| LAB | lab(92.1 -29.3 4.9) |
| LCH | lch(92.1 29.7 170.5) |
| OKLCH | oklch(0.921 0.085 171.5) |
Copy-ready code
/* CSS */
color: #aaf8de;
background-color: #aaf8de;
/* Tailwind (arbitrary) */
class="text-[#aaf8de] bg-[#aaf8de]"
/* SCSS */
$brand: #aaf8de;
/* SwiftUI */
Color(red: 0.667, green: 0.973, blue: 0.871)
/* Android */
Color.parseColor("#aaf8de")Accessibility — WCAG contrast
Aa
#aaf8de on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf8de on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green97.3%
Blue87.1%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow10.5%
Key (black)2.7%
Color previews
#aaf8de text on a black background
contrast 17.19:1
Card sample
#aaf8de text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf8de;
Background color
Panel with #aaf8de background
background-color: #aaf8de;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf8de;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 248, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 248, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf8de; background: linear-gradient(135deg, #aaf8de, #AADEF8);