#ade5ef
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 229, 239
HSL
189°, 67%, 81%
CMYK
28, 4, 0, 6
Luminance
0.7115
Every format
| HEX | #ade5ef |
| RGB | rgb(173, 229, 239) |
| HSL | hsl(189, 67%, 81%) |
| CMYK | cmyk(28%, 4%, 0%, 6%) |
| LAB | lab(87.6 -15.5 -10.7) |
| LCH | lch(87.6 18.8 214.5) |
| OKLCH | oklch(0.887 0.059 209.7) |
Copy-ready code
/* CSS */
color: #ade5ef;
background-color: #ade5ef;
/* Tailwind (arbitrary) */
class="text-[#ade5ef] bg-[#ade5ef]"
/* SCSS */
$brand: #ade5ef;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.937)
/* Android */
Color.parseColor("#ade5ef")Accessibility — WCAG contrast
Aa
#ade5ef on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5ef on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta4.2%
Yellow0.0%
Key (black)6.3%
Color previews
#ade5ef text on a black background
contrast 15.23:1
Card sample
#ade5ef text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5ef;
Background color
Panel with #ade5ef background
background-color: #ade5ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5ef; background: linear-gradient(135deg, #ade5ef, #ADB9EF);