#cec4ce
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 196, 206
HSL
300°, 9%, 79%
CMYK
0, 5, 0, 19
Luminance
0.5706
Every format
| HEX | #cec4ce |
| RGB | rgb(206, 196, 206) |
| HSL | hsl(300, 9%, 79%) |
| CMYK | cmyk(0%, 5%, 0%, 19%) |
| LAB | lab(80.2 5.3 -3.7) |
| LCH | lch(80.2 6.5 324.7) |
| OKLCH | oklch(0.831 0.018 325.7) |
Copy-ready code
/* CSS */
color: #cec4ce;
background-color: #cec4ce;
/* Tailwind (arbitrary) */
class="text-[#cec4ce] bg-[#cec4ce]"
/* SCSS */
$brand: #cec4ce;
/* SwiftUI */
Color(red: 0.808, green: 0.769, blue: 0.808)
/* Android */
Color.parseColor("#cec4ce")Accessibility — WCAG contrast
Aa
#cec4ce on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec4ce on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow0.0%
Key (black)19.2%
Color previews
#cec4ce text on a black background
contrast 12.41:1
Card sample
#cec4ce text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec4ce;
Background color
Panel with #cec4ce background
background-color: #cec4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 196, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 196, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec4ce; background: linear-gradient(135deg, #cec4ce, #CEC4C7);