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