#c3a2ac
a light, soft magenta / pink · warm · closest name: silver
RGB
195, 162, 172
HSL
342°, 22%, 70%
CMYK
0, 17, 12, 24
Luminance
0.4042
Every format
| HEX | #c3a2ac |
| RGB | rgb(195, 162, 172) |
| HSL | hsl(342, 22%, 70%) |
| CMYK | cmyk(0%, 17%, 12%, 24%) |
| LAB | lab(69.8 13.8 -0.6) |
| LCH | lch(69.8 13.8 357.4) |
| OKLCH | oklch(0.745 0.041 358.0) |
Copy-ready code
/* CSS */
color: #c3a2ac;
background-color: #c3a2ac;
/* Tailwind (arbitrary) */
class="text-[#c3a2ac] bg-[#c3a2ac]"
/* SCSS */
$brand: #c3a2ac;
/* SwiftUI */
Color(red: 0.765, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#c3a2ac")Accessibility — WCAG contrast
Aa
#c3a2ac on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3a2ac on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow11.8%
Key (black)23.5%
Color previews
#c3a2ac text on a black background
contrast 9.08:1
Card sample
#c3a2ac text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3a2ac;
Background color
Panel with #c3a2ac background
background-color: #c3a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3a2ac; background: linear-gradient(135deg, #c3a2ac, #C3AEA2);