#aafff9
a light, electric cyan · cool · closest name: turquoise
RGB
170, 255, 249
HSL
176°, 100%, 83%
CMYK
33, 0, 2, 0
Luminance
0.8691
Every format
| HEX | #aafff9 |
| RGB | rgb(170, 255, 249) |
| HSL | hsl(176, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 2%, 0%) |
| LAB | lab(94.7 -26.8 -5.3) |
| LCH | lch(94.7 27.4 191.2) |
| OKLCH | oklch(0.944 0.083 190.2) |
Copy-ready code
/* CSS */
color: #aafff9;
background-color: #aafff9;
/* Tailwind (arbitrary) */
class="text-[#aafff9] bg-[#aafff9]"
/* SCSS */
$brand: #aafff9;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.976)
/* Android */
Color.parseColor("#aafff9")Accessibility — WCAG contrast
Aa
#aafff9 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafff9 on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue97.6%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow2.4%
Key (black)0.0%
Color previews
#aafff9 text on a black background
contrast 18.38:1
Card sample
#aafff9 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafff9;
Background color
Panel with #aafff9 background
background-color: #aafff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafff9; background: linear-gradient(135deg, #aafff9, #AACCFF);