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