#cec2ce
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 194, 206
HSL
300°, 11%, 78%
CMYK
0, 6, 0, 19
Luminance
0.5616
Every format
| HEX | #cec2ce |
| RGB | rgb(206, 194, 206) |
| HSL | hsl(300, 11%, 78%) |
| CMYK | cmyk(0%, 6%, 0%, 19%) |
| LAB | lab(79.7 6.3 -4.5) |
| LCH | lch(79.7 7.8 324.7) |
| OKLCH | oklch(0.827 0.021 325.8) |
Copy-ready code
/* CSS */
color: #cec2ce;
background-color: #cec2ce;
/* Tailwind (arbitrary) */
class="text-[#cec2ce] bg-[#cec2ce]"
/* SCSS */
$brand: #cec2ce;
/* SwiftUI */
Color(red: 0.808, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#cec2ce")Accessibility — WCAG contrast
Aa
#cec2ce on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec2ce on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#cec2ce text on a black background
contrast 12.23:1
Card sample
#cec2ce text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec2ce;
Background color
Panel with #cec2ce background
background-color: #cec2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec2ce; background: linear-gradient(135deg, #cec2ce, #CEC2C6);