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