#aaf7df
a light, electric cyan · cool · closest name: aquamarine
RGB
170, 247, 223
HSL
161°, 83%, 82%
CMYK
31, 0, 10, 3
Luminance
0.8040
Every format
| HEX | #aaf7df |
| RGB | rgb(170, 247, 223) |
| HSL | hsl(161, 83%, 82%) |
| CMYK | cmyk(31%, 0%, 10%, 3%) |
| LAB | lab(91.9 -28.6 4.0) |
| LCH | lch(91.9 28.9 172.0) |
| OKLCH | oklch(0.919 0.083 172.9) |
Copy-ready code
/* CSS */
color: #aaf7df;
background-color: #aaf7df;
/* Tailwind (arbitrary) */
class="text-[#aaf7df] bg-[#aaf7df]"
/* SCSS */
$brand: #aaf7df;
/* SwiftUI */
Color(red: 0.667, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#aaf7df")Accessibility — WCAG contrast
Aa
#aaf7df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf7df on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green96.9%
Blue87.5%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#aaf7df text on a black background
contrast 17.08:1
Card sample
#aaf7df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf7df;
Background color
Panel with #aaf7df background
background-color: #aaf7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf7df; background: linear-gradient(135deg, #aaf7df, #AADCF7);