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