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