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