#ade8ff
a light, electric cyan · cool · closest name: skyblue
RGB
173, 232, 255
HSL
197°, 100%, 84%
CMYK
32, 9, 0, 0
Luminance
0.7382
Every format
| HEX | #ade8ff |
| RGB | rgb(173, 232, 255) |
| HSL | hsl(197, 100%, 84%) |
| CMYK | cmyk(32%, 9%, 0%, 0%) |
| LAB | lab(88.8 -13.3 -17.1) |
| LCH | lch(88.8 21.7 232.1) |
| OKLCH | oklch(0.898 0.068 224.0) |
Copy-ready code
/* CSS */
color: #ade8ff;
background-color: #ade8ff;
/* Tailwind (arbitrary) */
class="text-[#ade8ff] bg-[#ade8ff]"
/* SCSS */
$brand: #ade8ff;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 1.000)
/* Android */
Color.parseColor("#ade8ff")Accessibility — WCAG contrast
Aa
#ade8ff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade8ff on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta9.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ade8ff text on a black background
contrast 15.76:1
Card sample
#ade8ff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade8ff;
Background color
Panel with #ade8ff background
background-color: #ade8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade8ff; background: linear-gradient(135deg, #ade8ff, #ADB1FF);