#ade6f3
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 230, 243
HSL
191°, 75%, 82%
CMYK
29, 5, 0, 5
Luminance
0.7195
Every format
| HEX | #ade6f3 |
| RGB | rgb(173, 230, 243) |
| HSL | hsl(191, 75%, 82%) |
| CMYK | cmyk(29%, 5%, 0%, 5%) |
| LAB | lab(87.9 -15.1 -12.2) |
| LCH | lch(87.9 19.4 218.9) |
| OKLCH | oklch(0.890 0.060 213.3) |
Copy-ready code
/* CSS */
color: #ade6f3;
background-color: #ade6f3;
/* Tailwind (arbitrary) */
class="text-[#ade6f3] bg-[#ade6f3]"
/* SCSS */
$brand: #ade6f3;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.953)
/* Android */
Color.parseColor("#ade6f3")Accessibility — WCAG contrast
Aa
#ade6f3 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade6f3 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta5.3%
Yellow0.0%
Key (black)4.7%
Color previews
#ade6f3 text on a black background
contrast 15.39:1
Card sample
#ade6f3 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade6f3;
Background color
Panel with #ade6f3 background
background-color: #ade6f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade6f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade6f3; background: linear-gradient(135deg, #ade6f3, #ADB7F3);