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