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