#aadeec
a light, vivid cyan · cool · closest name: skyblue
RGB
170, 222, 236
HSL
193°, 64%, 80%
CMYK
28, 6, 0, 8
Luminance
0.6684
Every format
| HEX | #aadeec |
| RGB | rgb(170, 222, 236) |
| HSL | hsl(193, 64%, 80%) |
| CMYK | cmyk(28%, 6%, 0%, 8%) |
| LAB | lab(85.4 -13.5 -12.3) |
| LCH | lch(85.4 18.2 222.3) |
| OKLCH | oklch(0.869 0.057 216.1) |
Copy-ready code
/* CSS */
color: #aadeec;
background-color: #aadeec;
/* Tailwind (arbitrary) */
class="text-[#aadeec] bg-[#aadeec]"
/* SCSS */
$brand: #aadeec;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.925)
/* Android */
Color.parseColor("#aadeec")Accessibility — WCAG contrast
Aa
#aadeec on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadeec on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue92.5%
CMYK percentages
Cyan28.0%
Magenta5.9%
Yellow0.0%
Key (black)7.5%
Color previews
#aadeec text on a black background
contrast 14.37:1
Card sample
#aadeec text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadeec;
Background color
Panel with #aadeec background
background-color: #aadeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadeec; background: linear-gradient(135deg, #aadeec, #AAB2EC);