#cec0cf
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 192, 207
HSL
296°, 14%, 78%
CMYK
1, 7, 0, 19
Luminance
0.5533
Every format
| HEX | #cec0cf |
| RGB | rgb(206, 192, 207) |
| HSL | hsl(296, 14%, 78%) |
| CMYK | cmyk(1%, 7%, 0%, 19%) |
| LAB | lab(79.2 7.6 -5.7) |
| LCH | lch(79.2 9.5 323.0) |
| OKLCH | oklch(0.824 0.026 323.8) |
Copy-ready code
/* CSS */
color: #cec0cf;
background-color: #cec0cf;
/* Tailwind (arbitrary) */
class="text-[#cec0cf] bg-[#cec0cf]"
/* SCSS */
$brand: #cec0cf;
/* SwiftUI */
Color(red: 0.808, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#cec0cf")Accessibility — WCAG contrast
Aa
#cec0cf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec0cf on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green75.3%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cec0cf text on a black background
contrast 12.07:1
Card sample
#cec0cf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec0cf;
Background color
Panel with #cec0cf background
background-color: #cec0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec0cf; background: linear-gradient(135deg, #cec0cf, #CFC0C6);