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