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