#adeaf9
a light, electric cyan · cool · closest name: skyblue
RGB
173, 234, 249
HSL
192°, 86%, 83%
CMYK
31, 6, 0, 2
Luminance
0.7457
Every format
| HEX | #adeaf9 |
| RGB | rgb(173, 234, 249) |
| HSL | hsl(192, 86%, 83%) |
| CMYK | cmyk(31%, 6%, 0%, 2%) |
| LAB | lab(89.2 -15.7 -13.5) |
| LCH | lch(89.2 20.7 220.6) |
| OKLCH | oklch(0.901 0.065 214.6) |
Copy-ready code
/* CSS */
color: #adeaf9;
background-color: #adeaf9;
/* Tailwind (arbitrary) */
class="text-[#adeaf9] bg-[#adeaf9]"
/* SCSS */
$brand: #adeaf9;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#adeaf9")Accessibility — WCAG contrast
Aa
#adeaf9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaf9 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue97.6%
CMYK percentages
Cyan30.5%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#adeaf9 text on a black background
contrast 15.91:1
Card sample
#adeaf9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaf9;
Background color
Panel with #adeaf9 background
background-color: #adeaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaf9; background: linear-gradient(135deg, #adeaf9, #ADB7F9);