#cedade
a light, soft cyan · cool · closest name: silver
RGB
206, 218, 222
HSL
195°, 20%, 84%
CMYK
7, 2, 0, 13
Luminance
0.6854
Every format
| HEX | #cedade |
| RGB | rgb(206, 218, 222) |
| HSL | hsl(195, 20%, 84%) |
| CMYK | cmyk(7%, 2%, 0%, 13%) |
| LAB | lab(86.3 -3.3 -3.4) |
| LCH | lch(86.3 4.7 225.8) |
| OKLCH | oklch(0.880 0.014 219.6) |
Copy-ready code
/* CSS */
color: #cedade;
background-color: #cedade;
/* Tailwind (arbitrary) */
class="text-[#cedade] bg-[#cedade]"
/* SCSS */
$brand: #cedade;
/* SwiftUI */
Color(red: 0.808, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#cedade")Accessibility — WCAG contrast
Aa
#cedade on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedade on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.5%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#cedade text on a black background
contrast 14.71:1
Card sample
#cedade text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedade;
Background color
Panel with #cedade background
background-color: #cedade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedade; background: linear-gradient(135deg, #cedade, #CECFDE);