#c6a2ac
a light, soft magenta / pink · warm · closest name: silver
RGB
198, 162, 172
HSL
343°, 24%, 71%
CMYK
0, 18, 13, 22
Luminance
0.4082
Every format
| HEX | #c6a2ac |
| RGB | rgb(198, 162, 172) |
| HSL | hsl(343, 24%, 71%) |
| CMYK | cmyk(0%, 18%, 13%, 22%) |
| LAB | lab(70.0 14.8 -0.2) |
| LCH | lch(70.0 14.8 359.3) |
| OKLCH | oklch(0.748 0.044 359.7) |
Copy-ready code
/* CSS */
color: #c6a2ac;
background-color: #c6a2ac;
/* Tailwind (arbitrary) */
class="text-[#c6a2ac] bg-[#c6a2ac]"
/* SCSS */
$brand: #c6a2ac;
/* SwiftUI */
Color(red: 0.776, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#c6a2ac")Accessibility — WCAG contrast
Aa
#c6a2ac on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6a2ac on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow13.1%
Key (black)22.4%
Color previews
#c6a2ac text on a black background
contrast 9.16:1
Card sample
#c6a2ac text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6a2ac;
Background color
Panel with #c6a2ac background
background-color: #c6a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6a2ac; background: linear-gradient(135deg, #c6a2ac, #C6B0A2);