#aadef0
a light, vivid cyan · cool · closest name: skyblue
RGB
170, 222, 240
HSL
195°, 70%, 80%
CMYK
29, 8, 0, 6
Luminance
0.6708
Every format
| HEX | #aadef0 |
| RGB | rgb(170, 222, 240) |
| HSL | hsl(195, 70%, 80%) |
| CMYK | cmyk(29%, 8%, 0%, 6%) |
| LAB | lab(85.5 -12.6 -14.2) |
| LCH | lch(85.5 19.0 228.5) |
| OKLCH | oklch(0.871 0.059 221.1) |
Copy-ready code
/* CSS */
color: #aadef0;
background-color: #aadef0;
/* Tailwind (arbitrary) */
class="text-[#aadef0] bg-[#aadef0]"
/* SCSS */
$brand: #aadef0;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.941)
/* Android */
Color.parseColor("#aadef0")Accessibility — WCAG contrast
Aa
#aadef0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadef0 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue94.1%
CMYK percentages
Cyan29.2%
Magenta7.5%
Yellow0.0%
Key (black)5.9%
Color previews
#aadef0 text on a black background
contrast 14.42:1
Card sample
#aadef0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadef0;
Background color
Panel with #aadef0 background
background-color: #aadef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadef0; background: linear-gradient(135deg, #aadef0, #AAAFF0);