#adeaf6
a light, electric cyan · cool · closest name: skyblue
RGB
173, 234, 246
HSL
190°, 80%, 82%
CMYK
30, 5, 0, 4
Luminance
0.7438
Every format
| HEX | #adeaf6 |
| RGB | rgb(173, 234, 246) |
| HSL | hsl(190, 80%, 82%) |
| CMYK | cmyk(30%, 5%, 0%, 4%) |
| LAB | lab(89.1 -16.4 -12.0) |
| LCH | lch(89.1 20.4 216.2) |
| OKLCH | oklch(0.900 0.064 211.1) |
Copy-ready code
/* CSS */
color: #adeaf6;
background-color: #adeaf6;
/* Tailwind (arbitrary) */
class="text-[#adeaf6] bg-[#adeaf6]"
/* SCSS */
$brand: #adeaf6;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.965)
/* Android */
Color.parseColor("#adeaf6")Accessibility — WCAG contrast
Aa
#adeaf6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaf6 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta4.9%
Yellow0.0%
Key (black)3.5%
Color previews
#adeaf6 text on a black background
contrast 15.88:1
Card sample
#adeaf6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaf6;
Background color
Panel with #adeaf6 background
background-color: #adeaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaf6; background: linear-gradient(135deg, #adeaf6, #ADB9F6);