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