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