#ade5ff
a light, electric cyan · cool · closest name: skyblue
RGB
173, 229, 255
HSL
199°, 100%, 84%
CMYK
32, 10, 0, 0
Luminance
0.7214
Every format
| HEX | #ade5ff |
| RGB | rgb(173, 229, 255) |
| HSL | hsl(199, 100%, 84%) |
| CMYK | cmyk(32%, 10%, 0%, 0%) |
| LAB | lab(88.0 -11.8 -18.3) |
| LCH | lch(88.0 21.8 237.2) |
| OKLCH | oklch(0.892 0.067 228.2) |
Copy-ready code
/* CSS */
color: #ade5ff;
background-color: #ade5ff;
/* Tailwind (arbitrary) */
class="text-[#ade5ff] bg-[#ade5ff]"
/* SCSS */
$brand: #ade5ff;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 1.000)
/* Android */
Color.parseColor("#ade5ff")Accessibility — WCAG contrast
Aa
#ade5ff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5ff on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta10.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ade5ff text on a black background
contrast 15.43:1
Card sample
#ade5ff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5ff;
Background color
Panel with #ade5ff background
background-color: #ade5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5ff; background: linear-gradient(135deg, #ade5ff, #ADAEFF);