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