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