#ade0eb
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 224, 235
HSL
191°, 61%, 80%
CMYK
26, 5, 0, 8
Luminance
0.6819
Every format
| HEX | #ade0eb |
| RGB | rgb(173, 224, 235) |
| HSL | hsl(191, 61%, 80%) |
| CMYK | cmyk(26%, 5%, 0%, 8%) |
| LAB | lab(86.1 -13.9 -10.7) |
| LCH | lch(86.1 17.5 217.7) |
| OKLCH | oklch(0.875 0.054 212.3) |
Copy-ready code
/* CSS */
color: #ade0eb;
background-color: #ade0eb;
/* Tailwind (arbitrary) */
class="text-[#ade0eb] bg-[#ade0eb]"
/* SCSS */
$brand: #ade0eb;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#ade0eb")Accessibility — WCAG contrast
Aa
#ade0eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0eb on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta4.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ade0eb text on a black background
contrast 14.64:1
Card sample
#ade0eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0eb;
Background color
Panel with #ade0eb background
background-color: #ade0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0eb; background: linear-gradient(135deg, #ade0eb, #ADB7EB);