#ade1ef
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 225, 239
HSL
193°, 67%, 81%
CMYK
28, 6, 0, 6
Luminance
0.6897
Every format
| HEX | #ade1ef |
| RGB | rgb(173, 225, 239) |
| HSL | hsl(193, 67%, 81%) |
| CMYK | cmyk(28%, 6%, 0%, 6%) |
| LAB | lab(86.5 -13.5 -12.3) |
| LCH | lch(86.5 18.2 222.3) |
| OKLCH | oklch(0.878 0.057 216.1) |
Copy-ready code
/* CSS */
color: #ade1ef;
background-color: #ade1ef;
/* Tailwind (arbitrary) */
class="text-[#ade1ef] bg-[#ade1ef]"
/* SCSS */
$brand: #ade1ef;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.937)
/* Android */
Color.parseColor("#ade1ef")Accessibility — WCAG contrast
Aa
#ade1ef on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1ef on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta5.9%
Yellow0.0%
Key (black)6.3%
Color previews
#ade1ef text on a black background
contrast 14.79:1
Card sample
#ade1ef text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1ef;
Background color
Panel with #ade1ef background
background-color: #ade1ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1ef; background: linear-gradient(135deg, #ade1ef, #ADB5EF);