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