#ade9ef
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 233, 239
HSL
186°, 67%, 81%
CMYK
28, 3, 0, 6
Luminance
0.7339
Every format
| HEX | #ade9ef |
| RGB | rgb(173, 233, 239) |
| HSL | hsl(186, 67%, 81%) |
| CMYK | cmyk(28%, 3%, 0%, 6%) |
| LAB | lab(88.6 -17.5 -9.1) |
| LCH | lch(88.6 19.7 207.3) |
| OKLCH | oklch(0.895 0.061 203.8) |
Copy-ready code
/* CSS */
color: #ade9ef;
background-color: #ade9ef;
/* Tailwind (arbitrary) */
class="text-[#ade9ef] bg-[#ade9ef]"
/* SCSS */
$brand: #ade9ef;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.937)
/* Android */
Color.parseColor("#ade9ef")Accessibility — WCAG contrast
Aa
#ade9ef on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade9ef on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta2.5%
Yellow0.0%
Key (black)6.3%
Color previews
#ade9ef text on a black background
contrast 15.68:1
Card sample
#ade9ef text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade9ef;
Background color
Panel with #ade9ef background
background-color: #ade9ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade9ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade9ef; background: linear-gradient(135deg, #ade9ef, #ADBDEF);