#ade0ff
a light, electric blue · cool · closest name: skyblue
RGB
173, 224, 255
HSL
203°, 100%, 84%
CMYK
32, 12, 0, 0
Luminance
0.6942
Every format
| HEX | #ade0ff |
| RGB | rgb(173, 224, 255) |
| HSL | hsl(203, 100%, 84%) |
| CMYK | cmyk(32%, 12%, 0%, 0%) |
| LAB | lab(86.7 -9.2 -20.3) |
| LCH | lch(86.7 22.3 245.6) |
| OKLCH | oklch(0.882 0.068 235.2) |
Copy-ready code
/* CSS */
color: #ade0ff;
background-color: #ade0ff;
/* Tailwind (arbitrary) */
class="text-[#ade0ff] bg-[#ade0ff]"
/* SCSS */
$brand: #ade0ff;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 1.000)
/* Android */
Color.parseColor("#ade0ff")Accessibility — WCAG contrast
Aa
#ade0ff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0ff on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta12.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ade0ff text on a black background
contrast 14.88:1
Card sample
#ade0ff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0ff;
Background color
Panel with #ade0ff background
background-color: #ade0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0ff; background: linear-gradient(135deg, #ade0ff, #B1ADFF);