#aaddf7
a light, electric blue · cool · closest name: skyblue
RGB
170, 221, 247
HSL
200°, 83%, 82%
CMYK
31, 11, 0, 3
Luminance
0.6697
Every format
| HEX | #aaddf7 |
| RGB | rgb(170, 221, 247) |
| HSL | hsl(200, 83%, 82%) |
| CMYK | cmyk(31%, 11%, 0%, 3%) |
| LAB | lab(85.5 -10.4 -18.0) |
| LCH | lch(85.5 20.8 239.9) |
| OKLCH | oklch(0.871 0.064 230.5) |
Copy-ready code
/* CSS */
color: #aaddf7;
background-color: #aaddf7;
/* Tailwind (arbitrary) */
class="text-[#aaddf7] bg-[#aaddf7]"
/* SCSS */
$brand: #aaddf7;
/* SwiftUI */
Color(red: 0.667, green: 0.867, blue: 0.969)
/* Android */
Color.parseColor("#aaddf7")Accessibility — WCAG contrast
Aa
#aaddf7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaddf7 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green86.7%
Blue96.9%
CMYK percentages
Cyan31.2%
Magenta10.5%
Yellow0.0%
Key (black)3.1%
Color previews
#aaddf7 text on a black background
contrast 14.39:1
Card sample
#aaddf7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaddf7;
Background color
Panel with #aaddf7 background
background-color: #aaddf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaddf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 221, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 221, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaddf7; background: linear-gradient(135deg, #aaddf7, #ABAAF7);