#ade6fe
a light, electric cyan · cool · closest name: skyblue
RGB
173, 230, 254
HSL
198°, 98%, 84%
CMYK
32, 9, 0, 0
Luminance
0.7263
Every format
| HEX | #ade6fe |
| RGB | rgb(173, 230, 254) |
| HSL | hsl(198, 98%, 84%) |
| CMYK | cmyk(32%, 9%, 0%, 0%) |
| LAB | lab(88.3 -12.5 -17.4) |
| LCH | lch(88.3 21.5 234.3) |
| OKLCH | oklch(0.894 0.067 225.8) |
Copy-ready code
/* CSS */
color: #ade6fe;
background-color: #ade6fe;
/* Tailwind (arbitrary) */
class="text-[#ade6fe] bg-[#ade6fe]"
/* SCSS */
$brand: #ade6fe;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.996)
/* Android */
Color.parseColor("#ade6fe")Accessibility — WCAG contrast
Aa
#ade6fe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade6fe on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta9.4%
Yellow0.0%
Key (black)0.4%
Color previews
#ade6fe text on a black background
contrast 15.53:1
Card sample
#ade6fe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade6fe;
Background color
Panel with #ade6fe background
background-color: #ade6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade6fe; background: linear-gradient(135deg, #ade6fe, #ADB0FE);