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