#adedeb
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 237, 235
HSL
178°, 64%, 80%
CMYK
27, 0, 1, 7
Luminance
0.7545
Every format
| HEX | #adedeb |
| RGB | rgb(173, 237, 235) |
| HSL | hsl(178, 64%, 80%) |
| CMYK | cmyk(27%, 0%, 1%, 7%) |
| LAB | lab(89.6 -20.4 -5.5) |
| LCH | lch(89.6 21.1 195.2) |
| OKLCH | oklch(0.903 0.064 193.6) |
Copy-ready code
/* CSS */
color: #adedeb;
background-color: #adedeb;
/* Tailwind (arbitrary) */
class="text-[#adedeb] bg-[#adedeb]"
/* SCSS */
$brand: #adedeb;
/* SwiftUI */
Color(red: 0.678, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#adedeb")Accessibility — WCAG contrast
Aa
#adedeb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adedeb on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.9%
Blue92.2%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#adedeb text on a black background
contrast 16.09:1
Card sample
#adedeb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adedeb;
Background color
Panel with #adedeb background
background-color: #adedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adedeb; background: linear-gradient(135deg, #adedeb, #ADC4ED);