#aadeff
a light, electric blue · cool · closest name: skyblue
RGB
170, 222, 255
HSL
203°, 100%, 83%
CMYK
33, 13, 0, 0
Luminance
0.6801
Every format
| HEX | #aadeff |
| RGB | rgb(170, 222, 255) |
| HSL | hsl(203, 100%, 83%) |
| CMYK | cmyk(33%, 13%, 0%, 0%) |
| LAB | lab(86.0 -9.0 -21.4) |
| LCH | lch(86.0 23.2 247.2) |
| OKLCH | oklch(0.876 0.070 236.5) |
Copy-ready code
/* CSS */
color: #aadeff;
background-color: #aadeff;
/* Tailwind (arbitrary) */
class="text-[#aadeff] bg-[#aadeff]"
/* SCSS */
$brand: #aadeff;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 1.000)
/* Android */
Color.parseColor("#aadeff")Accessibility — WCAG contrast
Aa
#aadeff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadeff on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta12.9%
Yellow0.0%
Key (black)0.0%
Color previews
#aadeff text on a black background
contrast 14.60:1
Card sample
#aadeff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadeff;
Background color
Panel with #aadeff background
background-color: #aadeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadeff; background: linear-gradient(135deg, #aadeff, #AFAAFF);