#aad0df
a light, vivid cyan · cool · closest name: skyblue
RGB
170, 208, 223
HSL
197°, 45%, 77%
CMYK
24, 7, 0, 13
Luminance
0.5899
Every format
| HEX | #aad0df |
| RGB | rgb(170, 208, 223) |
| HSL | hsl(197, 45%, 77%) |
| CMYK | cmyk(24%, 7%, 0%, 13%) |
| LAB | lab(81.3 -9.2 -11.6) |
| LCH | lch(81.3 14.8 231.4) |
| OKLCH | oklch(0.835 0.045 223.8) |
Copy-ready code
/* CSS */
color: #aad0df;
background-color: #aad0df;
/* Tailwind (arbitrary) */
class="text-[#aad0df] bg-[#aad0df]"
/* SCSS */
$brand: #aad0df;
/* SwiftUI */
Color(red: 0.667, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#aad0df")Accessibility — WCAG contrast
Aa
#aad0df on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad0df on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green81.6%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta6.7%
Yellow0.0%
Key (black)12.5%
Color previews
#aad0df text on a black background
contrast 12.80:1
Card sample
#aad0df text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad0df;
Background color
Panel with #aad0df background
background-color: #aad0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad0df; background: linear-gradient(135deg, #aad0df, #AAADDF);