#adeaf8
a light, electric cyan · cool · closest name: skyblue
RGB
173, 234, 248
HSL
191°, 84%, 83%
CMYK
30, 6, 0, 3
Luminance
0.7451
Every format
| HEX | #adeaf8 |
| RGB | rgb(173, 234, 248) |
| HSL | hsl(191, 84%, 83%) |
| CMYK | cmyk(30%, 6%, 0%, 3%) |
| LAB | lab(89.2 -16.0 -13.0) |
| LCH | lch(89.2 20.6 219.1) |
| OKLCH | oklch(0.900 0.064 213.4) |
Copy-ready code
/* CSS */
color: #adeaf8;
background-color: #adeaf8;
/* Tailwind (arbitrary) */
class="text-[#adeaf8] bg-[#adeaf8]"
/* SCSS */
$brand: #adeaf8;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.973)
/* Android */
Color.parseColor("#adeaf8")Accessibility — WCAG contrast
Aa
#adeaf8 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaf8 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta5.6%
Yellow0.0%
Key (black)2.7%
Color previews
#adeaf8 text on a black background
contrast 15.90:1
Card sample
#adeaf8 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaf8;
Background color
Panel with #adeaf8 background
background-color: #adeaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaf8; background: linear-gradient(135deg, #adeaf8, #ADB8F8);