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