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