#adeadc
a light, vivid cyan · cool · closest name: beige
RGB
173, 234, 220
HSL
166°, 59%, 80%
CMYK
26, 0, 6, 8
Luminance
0.7290
Every format
| HEX | #adeadc |
| RGB | rgb(173, 234, 220) |
| HSL | hsl(166, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 6%, 8%) |
| LAB | lab(88.4 -22.1 0.6) |
| LCH | lch(88.4 22.1 178.5) |
| OKLCH | oklch(0.892 0.065 179.0) |
Copy-ready code
/* CSS */
color: #adeadc;
background-color: #adeadc;
/* Tailwind (arbitrary) */
class="text-[#adeadc] bg-[#adeadc]"
/* SCSS */
$brand: #adeadc;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.863)
/* Android */
Color.parseColor("#adeadc")Accessibility — WCAG contrast
Aa
#adeadc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeadc on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue86.3%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow6.0%
Key (black)8.2%
Color previews
#adeadc text on a black background
contrast 15.58:1
Card sample
#adeadc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeadc;
Background color
Panel with #adeadc background
background-color: #adeadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeadc; background: linear-gradient(135deg, #adeadc, #ADCFEA);