#c8bbc0
a light, muted magenta / pink · warm · closest name: silver
RGB
200, 187, 192
HSL
337°, 11%, 76%
CMYK
0, 7, 4, 22
Luminance
0.5163
Every format
| HEX | #c8bbc0 |
| RGB | rgb(200, 187, 192) |
| HSL | hsl(337, 11%, 76%) |
| CMYK | cmyk(0%, 7%, 4%, 22%) |
| LAB | lab(77.1 5.5 -0.9) |
| LCH | lch(77.1 5.5 351.0) |
| OKLCH | oklch(0.804 0.016 352.1) |
Copy-ready code
/* CSS */
color: #c8bbc0;
background-color: #c8bbc0;
/* Tailwind (arbitrary) */
class="text-[#c8bbc0] bg-[#c8bbc0]"
/* SCSS */
$brand: #c8bbc0;
/* SwiftUI */
Color(red: 0.784, green: 0.733, blue: 0.753)
/* Android */
Color.parseColor("#c8bbc0")Accessibility — WCAG contrast
Aa
#c8bbc0 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bbc0 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green73.3%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow4.0%
Key (black)21.6%
Color previews
#c8bbc0 text on a black background
contrast 11.33:1
Card sample
#c8bbc0 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bbc0;
Background color
Panel with #c8bbc0 background
background-color: #c8bbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 187, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 187, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bbc0; background: linear-gradient(135deg, #c8bbc0, #C8BFBB);