#ced9da
a light, muted cyan · cool · closest name: silver
RGB
206, 217, 218
HSL
185°, 14%, 83%
CMYK
6, 1, 0, 15
Luminance
0.6781
Every format
| HEX | #ced9da |
| RGB | rgb(206, 217, 218) |
| HSL | hsl(185, 14%, 83%) |
| CMYK | cmyk(6%, 1%, 0%, 15%) |
| LAB | lab(85.9 -3.5 -1.8) |
| LCH | lch(85.9 3.9 206.8) |
| OKLCH | oklch(0.877 0.012 203.5) |
Copy-ready code
/* CSS */
color: #ced9da;
background-color: #ced9da;
/* Tailwind (arbitrary) */
class="text-[#ced9da] bg-[#ced9da]"
/* SCSS */
$brand: #ced9da;
/* SwiftUI */
Color(red: 0.808, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#ced9da")Accessibility — WCAG contrast
Aa
#ced9da on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced9da on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.1%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#ced9da text on a black background
contrast 14.56:1
Card sample
#ced9da text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced9da;
Background color
Panel with #ced9da background
background-color: #ced9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced9da; background: linear-gradient(135deg, #ced9da, #CED1DA);