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