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