#ade1fd
a light, electric blue · cool · closest name: skyblue
RGB
173, 225, 253
HSL
201°, 95%, 84%
CMYK
32, 11, 0, 1
Luminance
0.6983
Every format
| HEX | #ade1fd |
| RGB | rgb(173, 225, 253) |
| HSL | hsl(201, 95%, 84%) |
| CMYK | cmyk(32%, 11%, 0%, 1%) |
| LAB | lab(86.9 -10.2 -19.0) |
| LCH | lch(86.9 21.6 241.7) |
| OKLCH | oklch(0.883 0.066 232.0) |
Copy-ready code
/* CSS */
color: #ade1fd;
background-color: #ade1fd;
/* Tailwind (arbitrary) */
class="text-[#ade1fd] bg-[#ade1fd]"
/* SCSS */
$brand: #ade1fd;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.992)
/* Android */
Color.parseColor("#ade1fd")Accessibility — WCAG contrast
Aa
#ade1fd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1fd on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta11.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ade1fd text on a black background
contrast 14.97:1
Card sample
#ade1fd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1fd;
Background color
Panel with #ade1fd background
background-color: #ade1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1fd; background: linear-gradient(135deg, #ade1fd, #AEADFD);