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