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