#aafefd
a light, electric cyan · cool · closest name: skyblue
RGB
170, 254, 253
HSL
179°, 98%, 83%
CMYK
33, 0, 0, 0
Luminance
0.8652
Every format
| HEX | #aafefd |
| RGB | rgb(170, 254, 253) |
| HSL | hsl(179, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 0%, 0%) |
| LAB | lab(94.5 -25.5 -7.6) |
| LCH | lch(94.5 26.6 196.6) |
| OKLCH | oklch(0.943 0.081 194.9) |
Copy-ready code
/* CSS */
color: #aafefd;
background-color: #aafefd;
/* Tailwind (arbitrary) */
class="text-[#aafefd] bg-[#aafefd]"
/* SCSS */
$brand: #aafefd;
/* SwiftUI */
Color(red: 0.667, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#aafefd")Accessibility — WCAG contrast
Aa
#aafefd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafefd on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.6%
Blue99.2%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#aafefd text on a black background
contrast 18.30:1
Card sample
#aafefd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafefd;
Background color
Panel with #aafefd background
background-color: #aafefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafefd; background: linear-gradient(135deg, #aafefd, #AAC7FE);