#aaf7ff
a light, electric cyan · cool · closest name: skyblue
RGB
170, 247, 255
HSL
186°, 100%, 83%
CMYK
33, 3, 0, 0
Luminance
0.8229
Every format
| HEX | #aaf7ff |
| RGB | rgb(170, 247, 255) |
| HSL | hsl(186, 100%, 83%) |
| CMYK | cmyk(33%, 3%, 0%, 0%) |
| LAB | lab(92.7 -21.6 -11.4) |
| LCH | lch(92.7 24.4 207.7) |
| OKLCH | oklch(0.929 0.076 204.1) |
Copy-ready code
/* CSS */
color: #aaf7ff;
background-color: #aaf7ff;
/* Tailwind (arbitrary) */
class="text-[#aaf7ff] bg-[#aaf7ff]"
/* SCSS */
$brand: #aaf7ff;
/* SwiftUI */
Color(red: 0.667, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#aaf7ff")Accessibility — WCAG contrast
Aa
#aaf7ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf7ff on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green96.9%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#aaf7ff text on a black background
contrast 17.46:1
Card sample
#aaf7ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf7ff;
Background color
Panel with #aaf7ff background
background-color: #aaf7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf7ff; background: linear-gradient(135deg, #aaf7ff, #AABEFF);