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