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