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