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