#c9bbc2
a light, muted magenta / pink · warm · closest name: silver
RGB
201, 187, 194
HSL
330°, 12%, 76%
CMYK
0, 7, 4, 21
Luminance
0.5185
Every format
| HEX | #c9bbc2 |
| RGB | rgb(201, 187, 194) |
| HSL | hsl(330, 12%, 76%) |
| CMYK | cmyk(0%, 7%, 4%, 21%) |
| LAB | lab(77.2 6.2 -1.7) |
| LCH | lch(77.2 6.4 344.3) |
| OKLCH | oklch(0.806 0.018 345.7) |
Copy-ready code
/* CSS */
color: #c9bbc2;
background-color: #c9bbc2;
/* Tailwind (arbitrary) */
class="text-[#c9bbc2] bg-[#c9bbc2]"
/* SCSS */
$brand: #c9bbc2;
/* SwiftUI */
Color(red: 0.788, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#c9bbc2")Accessibility — WCAG contrast
Aa
#c9bbc2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bbc2 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow3.5%
Key (black)21.2%
Color previews
#c9bbc2 text on a black background
contrast 11.37:1
Card sample
#c9bbc2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bbc2;
Background color
Panel with #c9bbc2 background
background-color: #c9bbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 187, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 187, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bbc2; background: linear-gradient(135deg, #c9bbc2, #C9BDBB);