#cec5cf
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 197, 207
HSL
294°, 9%, 79%
CMYK
1, 5, 0, 19
Luminance
0.5756
Every format
| HEX | #cec5cf |
| RGB | rgb(206, 197, 207) |
| HSL | hsl(294, 9%, 79%) |
| CMYK | cmyk(1%, 5%, 0%, 19%) |
| LAB | lab(80.5 4.9 -3.9) |
| LCH | lch(80.5 6.3 321.9) |
| OKLCH | oklch(0.834 0.017 322.7) |
Copy-ready code
/* CSS */
color: #cec5cf;
background-color: #cec5cf;
/* Tailwind (arbitrary) */
class="text-[#cec5cf] bg-[#cec5cf]"
/* SCSS */
$brand: #cec5cf;
/* SwiftUI */
Color(red: 0.808, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#cec5cf")Accessibility — WCAG contrast
Aa
#cec5cf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec5cf on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.3%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cec5cf text on a black background
contrast 12.51:1
Card sample
#cec5cf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec5cf;
Background color
Panel with #cec5cf background
background-color: #cec5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec5cf; background: linear-gradient(135deg, #cec5cf, #CFC5C9);