#ade8fc
a light, electric cyan · cool · closest name: skyblue
RGB
173, 232, 252
HSL
195°, 93%, 83%
CMYK
31, 8, 0, 1
Luminance
0.7363
Every format
| HEX | #ade8fc |
| RGB | rgb(173, 232, 252) |
| HSL | hsl(195, 93%, 83%) |
| CMYK | cmyk(31%, 8%, 0%, 1%) |
| LAB | lab(88.7 -14.0 -15.7) |
| LCH | lch(88.7 21.1 228.2) |
| OKLCH | oklch(0.897 0.066 220.8) |
Copy-ready code
/* CSS */
color: #ade8fc;
background-color: #ade8fc;
/* Tailwind (arbitrary) */
class="text-[#ade8fc] bg-[#ade8fc]"
/* SCSS */
$brand: #ade8fc;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.988)
/* Android */
Color.parseColor("#ade8fc")Accessibility — WCAG contrast
Aa
#ade8fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade8fc on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta7.9%
Yellow0.0%
Key (black)1.2%
Color previews
#ade8fc text on a black background
contrast 15.73:1
Card sample
#ade8fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade8fc;
Background color
Panel with #ade8fc background
background-color: #ade8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade8fc; background: linear-gradient(135deg, #ade8fc, #ADB3FC);