#ade3ea
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 227, 234
HSL
187°, 59%, 80%
CMYK
26, 3, 0, 8
Luminance
0.6976
Every format
| HEX | #ade3ea |
| RGB | rgb(173, 227, 234) |
| HSL | hsl(187, 59%, 80%) |
| CMYK | cmyk(26%, 3%, 0%, 8%) |
| LAB | lab(86.9 -15.6 -9.0) |
| LCH | lch(86.9 18.0 210.1) |
| OKLCH | oklch(0.881 0.056 206.1) |
Copy-ready code
/* CSS */
color: #ade3ea;
background-color: #ade3ea;
/* Tailwind (arbitrary) */
class="text-[#ade3ea] bg-[#ade3ea]"
/* SCSS */
$brand: #ade3ea;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.918)
/* Android */
Color.parseColor("#ade3ea")Accessibility — WCAG contrast
Aa
#ade3ea on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade3ea on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue91.8%
CMYK percentages
Cyan26.1%
Magenta3.0%
Yellow0.0%
Key (black)8.2%
Color previews
#ade3ea text on a black background
contrast 14.95:1
Card sample
#ade3ea text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade3ea;
Background color
Panel with #ade3ea background
background-color: #ade3ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade3ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade3ea; background: linear-gradient(135deg, #ade3ea, #ADBAEA);