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