#ade6ea
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 230, 234
HSL
184°, 59%, 80%
CMYK
26, 2, 0, 8
Luminance
0.7142
Every format
| HEX | #ade6ea |
| RGB | rgb(173, 230, 234) |
| HSL | hsl(184, 59%, 80%) |
| CMYK | cmyk(26%, 2%, 0%, 8%) |
| LAB | lab(87.7 -17.1 -7.8) |
| LCH | lch(87.7 18.8 204.6) |
| OKLCH | oklch(0.887 0.058 201.6) |
Copy-ready code
/* CSS */
color: #ade6ea;
background-color: #ade6ea;
/* Tailwind (arbitrary) */
class="text-[#ade6ea] bg-[#ade6ea]"
/* SCSS */
$brand: #ade6ea;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.918)
/* Android */
Color.parseColor("#ade6ea")Accessibility — WCAG contrast
Aa
#ade6ea on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade6ea on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue91.8%
CMYK percentages
Cyan26.1%
Magenta1.7%
Yellow0.0%
Key (black)8.2%
Color previews
#ade6ea text on a black background
contrast 15.28:1
Card sample
#ade6ea text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade6ea;
Background color
Panel with #ade6ea background
background-color: #ade6ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade6ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade6ea; background: linear-gradient(135deg, #ade6ea, #ADBDEA);