#ade4ff
a light, electric cyan · cool · closest name: skyblue
RGB
173, 228, 255
HSL
200°, 100%, 84%
CMYK
32, 11, 0, 0
Luminance
0.7159
Every format
| HEX | #ade4ff |
| RGB | rgb(173, 228, 255) |
| HSL | hsl(200, 100%, 84%) |
| CMYK | cmyk(32%, 11%, 0%, 0%) |
| LAB | lab(87.8 -11.3 -18.7) |
| LCH | lch(87.8 21.9 238.9) |
| OKLCH | oklch(0.890 0.067 229.6) |
Copy-ready code
/* CSS */
color: #ade4ff;
background-color: #ade4ff;
/* Tailwind (arbitrary) */
class="text-[#ade4ff] bg-[#ade4ff]"
/* SCSS */
$brand: #ade4ff;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#ade4ff")Accessibility — WCAG contrast
Aa
#ade4ff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade4ff on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ade4ff text on a black background
contrast 15.32:1
Card sample
#ade4ff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade4ff;
Background color
Panel with #ade4ff background
background-color: #ade4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade4ff; background: linear-gradient(135deg, #ade4ff, #ADADFF);