#aadef7
a light, electric cyan · cool · closest name: skyblue
RGB
170, 222, 247
HSL
200°, 83%, 82%
CMYK
31, 10, 0, 3
Luminance
0.6750
Every format
| HEX | #aadef7 |
| RGB | rgb(170, 222, 247) |
| HSL | hsl(200, 83%, 82%) |
| CMYK | cmyk(31%, 10%, 0%, 3%) |
| LAB | lab(85.8 -10.9 -17.6) |
| LCH | lch(85.8 20.7 238.2) |
| OKLCH | oklch(0.873 0.064 229.0) |
Copy-ready code
/* CSS */
color: #aadef7;
background-color: #aadef7;
/* Tailwind (arbitrary) */
class="text-[#aadef7] bg-[#aadef7]"
/* SCSS */
$brand: #aadef7;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.969)
/* Android */
Color.parseColor("#aadef7")Accessibility — WCAG contrast
Aa
#aadef7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadef7 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue96.9%
CMYK percentages
Cyan31.2%
Magenta10.1%
Yellow0.0%
Key (black)3.1%
Color previews
#aadef7 text on a black background
contrast 14.50:1
Card sample
#aadef7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadef7;
Background color
Panel with #aadef7 background
background-color: #aadef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadef7; background: linear-gradient(135deg, #aadef7, #AAABF7);