#ade9fa
a light, electric cyan · cool · closest name: skyblue
RGB
173, 233, 250
HSL
193°, 89%, 83%
CMYK
31, 7, 0, 2
Luminance
0.7406
Every format
| HEX | #ade9fa |
| RGB | rgb(173, 233, 250) |
| HSL | hsl(193, 89%, 83%) |
| CMYK | cmyk(31%, 7%, 0%, 2%) |
| LAB | lab(89.0 -15.0 -14.3) |
| LCH | lch(89.0 20.7 223.7) |
| OKLCH | oklch(0.899 0.065 217.2) |
Copy-ready code
/* CSS */
color: #ade9fa;
background-color: #ade9fa;
/* Tailwind (arbitrary) */
class="text-[#ade9fa] bg-[#ade9fa]"
/* SCSS */
$brand: #ade9fa;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.980)
/* Android */
Color.parseColor("#ade9fa")Accessibility — WCAG contrast
Aa
#ade9fa on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade9fa on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue98.0%
CMYK percentages
Cyan30.8%
Magenta6.8%
Yellow0.0%
Key (black)2.0%
Color previews
#ade9fa text on a black background
contrast 15.81:1
Card sample
#ade9fa text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade9fa;
Background color
Panel with #ade9fa background
background-color: #ade9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade9fa; background: linear-gradient(135deg, #ade9fa, #ADB6FA);