#cec7cf
a light, muted gray · warm · closest name: silver
RGB
206, 199, 207
HSL
293°, 8%, 80%
CMYK
1, 4, 0, 19
Luminance
0.5847
Every format
| HEX | #cec7cf |
| RGB | rgb(206, 199, 207) |
| HSL | hsl(293, 8%, 80%) |
| CMYK | cmyk(1%, 4%, 0%, 19%) |
| LAB | lab(81.0 3.9 -3.1) |
| LCH | lch(81.0 5.0 321.2) |
| OKLCH | oklch(0.838 0.013 321.9) |
Copy-ready code
/* CSS */
color: #cec7cf;
background-color: #cec7cf;
/* Tailwind (arbitrary) */
class="text-[#cec7cf] bg-[#cec7cf]"
/* SCSS */
$brand: #cec7cf;
/* SwiftUI */
Color(red: 0.808, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#cec7cf")Accessibility — WCAG contrast
Aa
#cec7cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec7cf on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.0%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cec7cf text on a black background
contrast 12.69:1
Card sample
#cec7cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec7cf;
Background color
Panel with #cec7cf background
background-color: #cec7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec7cf; background: linear-gradient(135deg, #cec7cf, #CFC7CB);