#ade0fa
a light, electric blue · cool · closest name: skyblue
RGB
173, 224, 250
HSL
200°, 89%, 83%
CMYK
31, 10, 0, 2
Luminance
0.6910
Every format
| HEX | #ade0fa |
| RGB | rgb(173, 224, 250) |
| HSL | hsl(200, 89%, 83%) |
| CMYK | cmyk(31%, 10%, 0%, 2%) |
| LAB | lab(86.5 -10.4 -17.9) |
| LCH | lch(86.5 20.7 239.9) |
| OKLCH | oklch(0.880 0.064 230.5) |
Copy-ready code
/* CSS */
color: #ade0fa;
background-color: #ade0fa;
/* Tailwind (arbitrary) */
class="text-[#ade0fa] bg-[#ade0fa]"
/* SCSS */
$brand: #ade0fa;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.980)
/* Android */
Color.parseColor("#ade0fa")Accessibility — WCAG contrast
Aa
#ade0fa on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0fa on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue98.0%
CMYK percentages
Cyan30.8%
Magenta10.4%
Yellow0.0%
Key (black)2.0%
Color previews
#ade0fa text on a black background
contrast 14.82:1
Card sample
#ade0fa text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0fa;
Background color
Panel with #ade0fa background
background-color: #ade0fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0fa; background: linear-gradient(135deg, #ade0fa, #ADADFA);