#c9bbcb
a light, muted magenta / pink · warm · closest name: silver
RGB
201, 187, 203
HSL
293°, 13%, 77%
CMYK
1, 8, 0, 20
Luminance
0.5227
Every format
| HEX | #c9bbcb |
| RGB | rgb(201, 187, 203) |
| HSL | hsl(293, 13%, 77%) |
| CMYK | cmyk(1%, 8%, 0%, 20%) |
| LAB | lab(77.4 7.8 -6.3) |
| LCH | lch(77.4 10.0 321.4) |
| OKLCH | oklch(0.808 0.027 322.0) |
Copy-ready code
/* CSS */
color: #c9bbcb;
background-color: #c9bbcb;
/* Tailwind (arbitrary) */
class="text-[#c9bbcb] bg-[#c9bbcb]"
/* SCSS */
$brand: #c9bbcb;
/* SwiftUI */
Color(red: 0.788, green: 0.733, blue: 0.796)
/* Android */
Color.parseColor("#c9bbcb")Accessibility — WCAG contrast
Aa
#c9bbcb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bbcb on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.3%
Blue79.6%
CMYK percentages
Cyan1.0%
Magenta7.9%
Yellow0.0%
Key (black)20.4%
Color previews
#c9bbcb text on a black background
contrast 11.45:1
Card sample
#c9bbcb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bbcb;
Background color
Panel with #c9bbcb background
background-color: #c9bbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 187, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 187, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bbcb; background: linear-gradient(135deg, #c9bbcb, #CBBBC2);