#ade5ea
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 229, 234
HSL
185°, 59%, 80%
CMYK
26, 2, 0, 8
Luminance
0.7086
Every format
| HEX | #ade5ea |
| RGB | rgb(173, 229, 234) |
| HSL | hsl(185, 59%, 80%) |
| CMYK | cmyk(26%, 2%, 0%, 8%) |
| LAB | lab(87.4 -16.6 -8.2) |
| LCH | lch(87.4 18.5 206.4) |
| OKLCH | oklch(0.885 0.057 203.0) |
Copy-ready code
/* CSS */
color: #ade5ea;
background-color: #ade5ea;
/* Tailwind (arbitrary) */
class="text-[#ade5ea] bg-[#ade5ea]"
/* SCSS */
$brand: #ade5ea;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.918)
/* Android */
Color.parseColor("#ade5ea")Accessibility — WCAG contrast
Aa
#ade5ea on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5ea on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue91.8%
CMYK percentages
Cyan26.1%
Magenta2.1%
Yellow0.0%
Key (black)8.2%
Color previews
#ade5ea text on a black background
contrast 15.17:1
Card sample
#ade5ea text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5ea;
Background color
Panel with #ade5ea background
background-color: #ade5ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5ea; background: linear-gradient(135deg, #ade5ea, #ADBCEA);