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