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