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