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