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