#c9b2bc
a light, soft magenta / pink · warm · closest name: silver
RGB
201, 178, 188
HSL
334°, 18%, 74%
CMYK
0, 11, 7, 21
Luminance
0.4789
Every format
| HEX | #c9b2bc |
| RGB | rgb(201, 178, 188) |
| HSL | hsl(334, 18%, 74%) |
| CMYK | cmyk(0%, 11%, 7%, 21%) |
| LAB | lab(74.8 10.0 -2.0) |
| LCH | lch(74.8 10.2 348.4) |
| OKLCH | oklch(0.786 0.030 349.7) |
Copy-ready code
/* CSS */
color: #c9b2bc;
background-color: #c9b2bc;
/* Tailwind (arbitrary) */
class="text-[#c9b2bc] bg-[#c9b2bc]"
/* SCSS */
$brand: #c9b2bc;
/* SwiftUI */
Color(red: 0.788, green: 0.698, blue: 0.737)
/* Android */
Color.parseColor("#c9b2bc")Accessibility — WCAG contrast
Aa
#c9b2bc on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b2bc on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green69.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow6.5%
Key (black)21.2%
Color previews
#c9b2bc text on a black background
contrast 10.58:1
Card sample
#c9b2bc text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b2bc;
Background color
Panel with #c9b2bc background
background-color: #c9b2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 178, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 178, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b2bc; background: linear-gradient(135deg, #c9b2bc, #C9B7B2);