#ade5eb
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 229, 235
HSL
186°, 61%, 80%
CMYK
26, 3, 0, 8
Luminance
0.7092
Every format
| HEX | #ade5eb |
| RGB | rgb(173, 229, 235) |
| HSL | hsl(186, 61%, 80%) |
| CMYK | cmyk(26%, 3%, 0%, 8%) |
| LAB | lab(87.5 -16.4 -8.7) |
| LCH | lch(87.5 18.6 208.0) |
| OKLCH | oklch(0.885 0.058 204.4) |
Copy-ready code
/* CSS */
color: #ade5eb;
background-color: #ade5eb;
/* Tailwind (arbitrary) */
class="text-[#ade5eb] bg-[#ade5eb]"
/* SCSS */
$brand: #ade5eb;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.922)
/* Android */
Color.parseColor("#ade5eb")Accessibility — WCAG contrast
Aa
#ade5eb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5eb on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta2.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ade5eb text on a black background
contrast 15.18:1
Card sample
#ade5eb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5eb;
Background color
Panel with #ade5eb background
background-color: #ade5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5eb; background: linear-gradient(135deg, #ade5eb, #ADBCEB);