#c6b3bc
a light, muted magenta / pink · warm · closest name: silver
RGB
198, 179, 188
HSL
332°, 14%, 74%
CMYK
0, 10, 5, 22
Luminance
0.4788
Every format
| HEX | #c6b3bc |
| RGB | rgb(198, 179, 188) |
| HSL | hsl(332, 14%, 74%) |
| CMYK | cmyk(0%, 10%, 5%, 22%) |
| LAB | lab(74.8 8.3 -2.1) |
| LCH | lch(74.8 8.6 345.9) |
| OKLCH | oklch(0.785 0.025 347.4) |
Copy-ready code
/* CSS */
color: #c6b3bc;
background-color: #c6b3bc;
/* Tailwind (arbitrary) */
class="text-[#c6b3bc] bg-[#c6b3bc]"
/* SCSS */
$brand: #c6b3bc;
/* SwiftUI */
Color(red: 0.776, green: 0.702, blue: 0.737)
/* Android */
Color.parseColor("#c6b3bc")Accessibility — WCAG contrast
Aa
#c6b3bc on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b3bc on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green70.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow5.1%
Key (black)22.4%
Color previews
#c6b3bc text on a black background
contrast 10.58:1
Card sample
#c6b3bc text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b3bc;
Background color
Panel with #c6b3bc background
background-color: #c6b3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 179, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 179, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b3bc; background: linear-gradient(135deg, #c6b3bc, #C6B7B3);