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