#c6bbc3
a light, muted magenta / pink · warm · closest name: silver
RGB
198, 187, 195
HSL
316°, 9%, 76%
CMYK
0, 6, 2, 22
Luminance
0.5149
Every format
| HEX | #c6bbc3 |
| RGB | rgb(198, 187, 195) |
| HSL | hsl(316, 9%, 76%) |
| CMYK | cmyk(0%, 6%, 2%, 22%) |
| LAB | lab(77.0 5.3 -2.6) |
| LCH | lch(77.0 5.9 333.6) |
| OKLCH | oklch(0.803 0.017 335.1) |
Copy-ready code
/* CSS */
color: #c6bbc3;
background-color: #c6bbc3;
/* Tailwind (arbitrary) */
class="text-[#c6bbc3] bg-[#c6bbc3]"
/* SCSS */
$brand: #c6bbc3;
/* SwiftUI */
Color(red: 0.776, green: 0.733, blue: 0.765)
/* Android */
Color.parseColor("#c6bbc3")Accessibility — WCAG contrast
Aa
#c6bbc3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bbc3 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green73.3%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow1.5%
Key (black)22.4%
Color previews
#c6bbc3 text on a black background
contrast 11.30:1
Card sample
#c6bbc3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bbc3;
Background color
Panel with #c6bbc3 background
background-color: #c6bbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 187, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 187, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bbc3; background: linear-gradient(135deg, #c6bbc3, #C6BBBC);