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