#aaddf3
a light, electric cyan · cool · closest name: skyblue
RGB
170, 221, 243
HSL
198°, 75%, 81%
CMYK
30, 9, 0, 5
Luminance
0.6673
Every format
| HEX | #aaddf3 |
| RGB | rgb(170, 221, 243) |
| HSL | hsl(198, 75%, 81%) |
| CMYK | cmyk(30%, 9%, 0%, 5%) |
| LAB | lab(85.4 -11.3 -16.1) |
| LCH | lch(85.4 19.7 234.7) |
| OKLCH | oklch(0.869 0.061 226.2) |
Copy-ready code
/* CSS */
color: #aaddf3;
background-color: #aaddf3;
/* Tailwind (arbitrary) */
class="text-[#aaddf3] bg-[#aaddf3]"
/* SCSS */
$brand: #aaddf3;
/* SwiftUI */
Color(red: 0.667, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#aaddf3")Accessibility — WCAG contrast
Aa
#aaddf3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaddf3 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green86.7%
Blue95.3%
CMYK percentages
Cyan30.0%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#aaddf3 text on a black background
contrast 14.35:1
Card sample
#aaddf3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaddf3;
Background color
Panel with #aaddf3 background
background-color: #aaddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaddf3; background: linear-gradient(135deg, #aaddf3, #AAACF3);