#ade9ea
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 233, 234
HSL
181°, 59%, 80%
CMYK
26, 0, 0, 8
Luminance
0.7310
Every format
| HEX | #ade9ea |
| RGB | rgb(173, 233, 234) |
| HSL | hsl(181, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 0%, 8%) |
| LAB | lab(88.5 -18.6 -6.6) |
| LCH | lch(88.5 19.8 199.6) |
| OKLCH | oklch(0.894 0.061 197.4) |
Copy-ready code
/* CSS */
color: #ade9ea;
background-color: #ade9ea;
/* Tailwind (arbitrary) */
class="text-[#ade9ea] bg-[#ade9ea]"
/* SCSS */
$brand: #ade9ea;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.918)
/* Android */
Color.parseColor("#ade9ea")Accessibility — WCAG contrast
Aa
#ade9ea on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade9ea on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue91.8%
CMYK percentages
Cyan26.1%
Magenta0.4%
Yellow0.0%
Key (black)8.2%
Color previews
#ade9ea text on a black background
contrast 15.62:1
Card sample
#ade9ea text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade9ea;
Background color
Panel with #ade9ea background
background-color: #ade9ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade9ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade9ea; background: linear-gradient(135deg, #ade9ea, #ADC0EA);