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