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