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