#ade1fc
a light, electric blue · cool · closest name: skyblue
RGB
173, 225, 252
HSL
201°, 93%, 83%
CMYK
31, 11, 0, 1
Luminance
0.6976
Every format
| HEX | #ade1fc |
| RGB | rgb(173, 225, 252) |
| HSL | hsl(201, 93%, 83%) |
| CMYK | cmyk(31%, 11%, 0%, 1%) |
| LAB | lab(86.9 -10.5 -18.5) |
| LCH | lch(86.9 21.3 240.5) |
| OKLCH | oklch(0.883 0.065 231.0) |
Copy-ready code
/* CSS */
color: #ade1fc;
background-color: #ade1fc;
/* Tailwind (arbitrary) */
class="text-[#ade1fc] bg-[#ade1fc]"
/* SCSS */
$brand: #ade1fc;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.988)
/* Android */
Color.parseColor("#ade1fc")Accessibility — WCAG contrast
Aa
#ade1fc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1fc on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta10.7%
Yellow0.0%
Key (black)1.2%
Color previews
#ade1fc text on a black background
contrast 14.95:1
Card sample
#ade1fc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1fc;
Background color
Panel with #ade1fc background
background-color: #ade1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1fc; background: linear-gradient(135deg, #ade1fc, #AEADFC);