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