#ade5fc
a light, electric cyan · cool · closest name: skyblue
RGB
173, 229, 252
HSL
198°, 93%, 83%
CMYK
31, 9, 0, 1
Luminance
0.7195
Every format
| HEX | #ade5fc |
| RGB | rgb(173, 229, 252) |
| HSL | hsl(198, 93%, 83%) |
| CMYK | cmyk(31%, 9%, 0%, 1%) |
| LAB | lab(87.9 -12.5 -16.9) |
| LCH | lch(87.9 21.0 233.5) |
| OKLCH | oklch(0.891 0.065 225.1) |
Copy-ready code
/* CSS */
color: #ade5fc;
background-color: #ade5fc;
/* Tailwind (arbitrary) */
class="text-[#ade5fc] bg-[#ade5fc]"
/* SCSS */
$brand: #ade5fc;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.988)
/* Android */
Color.parseColor("#ade5fc")Accessibility — WCAG contrast
Aa
#ade5fc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5fc on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta9.1%
Yellow0.0%
Key (black)1.2%
Color previews
#ade5fc text on a black background
contrast 15.39:1
Card sample
#ade5fc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5fc;
Background color
Panel with #ade5fc background
background-color: #ade5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5fc; background: linear-gradient(135deg, #ade5fc, #ADB0FC);