#aaf9df
a light, electric cyan · cool · closest name: aquamarine
RGB
170, 249, 223
HSL
160°, 87%, 82%
CMYK
32, 0, 10, 2
Luminance
0.8163
Every format
| HEX | #aaf9df |
| RGB | rgb(170, 249, 223) |
| HSL | hsl(160, 87%, 82%) |
| CMYK | cmyk(32%, 0%, 10%, 2%) |
| LAB | lab(92.4 -29.6 4.8) |
| LCH | lch(92.4 29.9 170.8) |
| OKLCH | oklch(0.924 0.086 171.8) |
Copy-ready code
/* CSS */
color: #aaf9df;
background-color: #aaf9df;
/* Tailwind (arbitrary) */
class="text-[#aaf9df] bg-[#aaf9df]"
/* SCSS */
$brand: #aaf9df;
/* SwiftUI */
Color(red: 0.667, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#aaf9df")Accessibility — WCAG contrast
Aa
#aaf9df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf9df on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green97.6%
Blue87.5%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#aaf9df text on a black background
contrast 17.33:1
Card sample
#aaf9df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf9df;
Background color
Panel with #aaf9df background
background-color: #aaf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf9df; background: linear-gradient(135deg, #aaf9df, #AADEF9);