#ade5fa
a light, electric cyan · cool · closest name: skyblue
RGB
173, 229, 250
HSL
196°, 89%, 83%
CMYK
31, 8, 0, 2
Luminance
0.7182
Every format
| HEX | #ade5fa |
| RGB | rgb(173, 229, 250) |
| HSL | hsl(196, 89%, 83%) |
| CMYK | cmyk(31%, 8%, 0%, 2%) |
| LAB | lab(87.9 -13.0 -15.9) |
| LCH | lch(87.9 20.6 230.9) |
| OKLCH | oklch(0.890 0.064 223.0) |
Copy-ready code
/* CSS */
color: #ade5fa;
background-color: #ade5fa;
/* Tailwind (arbitrary) */
class="text-[#ade5fa] bg-[#ade5fa]"
/* SCSS */
$brand: #ade5fa;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.980)
/* Android */
Color.parseColor("#ade5fa")Accessibility — WCAG contrast
Aa
#ade5fa on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5fa on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue98.0%
CMYK percentages
Cyan30.8%
Magenta8.4%
Yellow0.0%
Key (black)2.0%
Color previews
#ade5fa text on a black background
contrast 15.36:1
Card sample
#ade5fa text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5fa;
Background color
Panel with #ade5fa background
background-color: #ade5fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5fa; background: linear-gradient(135deg, #ade5fa, #ADB1FA);