#aadef6
a light, electric cyan · cool · closest name: skyblue
RGB
170, 222, 246
HSL
199°, 81%, 82%
CMYK
31, 10, 0, 4
Luminance
0.6744
Every format
| HEX | #aadef6 |
| RGB | rgb(170, 222, 246) |
| HSL | hsl(199, 81%, 82%) |
| CMYK | cmyk(31%, 10%, 0%, 4%) |
| LAB | lab(85.7 -11.2 -17.1) |
| LCH | lch(85.7 20.4 236.9) |
| OKLCH | oklch(0.873 0.063 228.0) |
Copy-ready code
/* CSS */
color: #aadef6;
background-color: #aadef6;
/* Tailwind (arbitrary) */
class="text-[#aadef6] bg-[#aadef6]"
/* SCSS */
$brand: #aadef6;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.965)
/* Android */
Color.parseColor("#aadef6")Accessibility — WCAG contrast
Aa
#aadef6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadef6 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue96.5%
CMYK percentages
Cyan30.9%
Magenta9.8%
Yellow0.0%
Key (black)3.5%
Color previews
#aadef6 text on a black background
contrast 14.49:1
Card sample
#aadef6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadef6;
Background color
Panel with #aadef6 background
background-color: #aadef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadef6; background: linear-gradient(135deg, #aadef6, #AAACF6);