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