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