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