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