#adeaf1
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 234, 241
HSL
186°, 71%, 81%
CMYK
28, 3, 0, 6
Luminance
0.7408
Every format
| HEX | #adeaf1 |
| RGB | rgb(173, 234, 241) |
| HSL | hsl(186, 71%, 81%) |
| CMYK | cmyk(28%, 3%, 0%, 6%) |
| LAB | lab(89.0 -17.6 -9.6) |
| LCH | lch(89.0 20.0 208.7) |
| OKLCH | oklch(0.898 0.062 205.0) |
Copy-ready code
/* CSS */
color: #adeaf1;
background-color: #adeaf1;
/* Tailwind (arbitrary) */
class="text-[#adeaf1] bg-[#adeaf1]"
/* SCSS */
$brand: #adeaf1;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#adeaf1")Accessibility — WCAG contrast
Aa
#adeaf1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaf1 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#adeaf1 text on a black background
contrast 15.82:1
Card sample
#adeaf1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaf1;
Background color
Panel with #adeaf1 background
background-color: #adeaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaf1; background: linear-gradient(135deg, #adeaf1, #ADBDF1);