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