#c9bbc7
a light, muted magenta / pink · warm · closest name: silver
RGB
201, 187, 199
HSL
309°, 12%, 76%
CMYK
0, 7, 1, 21
Luminance
0.5208
Every format
| HEX | #c9bbc7 |
| RGB | rgb(201, 187, 199) |
| HSL | hsl(309, 12%, 76%) |
| CMYK | cmyk(0%, 7%, 1%, 21%) |
| LAB | lab(77.3 7.1 -4.3) |
| LCH | lch(77.3 8.3 329.1) |
| OKLCH | oklch(0.807 0.023 330.4) |
Copy-ready code
/* CSS */
color: #c9bbc7;
background-color: #c9bbc7;
/* Tailwind (arbitrary) */
class="text-[#c9bbc7] bg-[#c9bbc7]"
/* SCSS */
$brand: #c9bbc7;
/* SwiftUI */
Color(red: 0.788, green: 0.733, blue: 0.780)
/* Android */
Color.parseColor("#c9bbc7")Accessibility — WCAG contrast
Aa
#c9bbc7 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bbc7 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.3%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow1.0%
Key (black)21.2%
Color previews
#c9bbc7 text on a black background
contrast 11.42:1
Card sample
#c9bbc7 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bbc7;
Background color
Panel with #c9bbc7 background
background-color: #c9bbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 187, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 187, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bbc7; background: linear-gradient(135deg, #c9bbc7, #C9BBBE);