#c9b2cb
a light, soft magenta / pink · warm · closest name: silver
RGB
201, 178, 203
HSL
295°, 19%, 75%
CMYK
1, 12, 0, 20
Luminance
0.4857
Every format
| HEX | #c9b2cb |
| RGB | rgb(201, 178, 203) |
| HSL | hsl(295, 19%, 75%) |
| CMYK | cmyk(1%, 12%, 0%, 20%) |
| LAB | lab(75.2 12.7 -9.6) |
| LCH | lch(75.2 15.9 322.9) |
| OKLCH | oklch(0.791 0.043 323.5) |
Copy-ready code
/* CSS */
color: #c9b2cb;
background-color: #c9b2cb;
/* Tailwind (arbitrary) */
class="text-[#c9b2cb] bg-[#c9b2cb]"
/* SCSS */
$brand: #c9b2cb;
/* SwiftUI */
Color(red: 0.788, green: 0.698, blue: 0.796)
/* Android */
Color.parseColor("#c9b2cb")Accessibility — WCAG contrast
Aa
#c9b2cb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b2cb on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green69.8%
Blue79.6%
CMYK percentages
Cyan1.0%
Magenta12.3%
Yellow0.0%
Key (black)20.4%
Color previews
#c9b2cb text on a black background
contrast 10.71:1
Card sample
#c9b2cb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b2cb;
Background color
Panel with #c9b2cb background
background-color: #c9b2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 178, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 178, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b2cb; background: linear-gradient(135deg, #c9b2cb, #CBB2BC);