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