#ade4ea
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 228, 234
HSL
186°, 59%, 80%
CMYK
26, 3, 0, 8
Luminance
0.7031
Every format
| HEX | #ade4ea |
| RGB | rgb(173, 228, 234) |
| HSL | hsl(186, 59%, 80%) |
| CMYK | cmyk(26%, 3%, 0%, 8%) |
| LAB | lab(87.2 -16.1 -8.6) |
| LCH | lch(87.2 18.3 208.2) |
| OKLCH | oklch(0.883 0.057 204.5) |
Copy-ready code
/* CSS */
color: #ade4ea;
background-color: #ade4ea;
/* Tailwind (arbitrary) */
class="text-[#ade4ea] bg-[#ade4ea]"
/* SCSS */
$brand: #ade4ea;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.918)
/* Android */
Color.parseColor("#ade4ea")Accessibility — WCAG contrast
Aa
#ade4ea on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade4ea on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue91.8%
CMYK percentages
Cyan26.1%
Magenta2.6%
Yellow0.0%
Key (black)8.2%
Color previews
#ade4ea text on a black background
contrast 15.06:1
Card sample
#ade4ea text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade4ea;
Background color
Panel with #ade4ea background
background-color: #ade4ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade4ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade4ea; background: linear-gradient(135deg, #ade4ea, #ADBBEA);