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