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