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