#cecbcf
a light, muted gray · warm · closest name: silver
RGB
206, 203, 207
HSL
285°, 4%, 80%
CMYK
1, 2, 0, 19
Luminance
0.6034
Every format
| HEX | #cecbcf |
| RGB | rgb(206, 203, 207) |
| HSL | hsl(285, 4%, 80%) |
| CMYK | cmyk(1%, 2%, 0%, 19%) |
| LAB | lab(82.0 1.8 -1.6) |
| LCH | lch(82.0 2.4 317.4) |
| OKLCH | oklch(0.846 0.006 317.8) |
Copy-ready code
/* CSS */
color: #cecbcf;
background-color: #cecbcf;
/* Tailwind (arbitrary) */
class="text-[#cecbcf] bg-[#cecbcf]"
/* SCSS */
$brand: #cecbcf;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#cecbcf")Accessibility — WCAG contrast
Aa
#cecbcf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecbcf on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cecbcf text on a black background
contrast 13.07:1
Card sample
#cecbcf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecbcf;
Background color
Panel with #cecbcf background
background-color: #cecbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecbcf; background: linear-gradient(135deg, #cecbcf, #CFCBCD);