#c2a3b3
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 163, 179
HSL
329°, 20%, 70%
CMYK
0, 16, 8, 24
Luminance
0.4092
Every format
| HEX | #c2a3b3 |
| RGB | rgb(194, 163, 179) |
| HSL | hsl(329, 20%, 70%) |
| CMYK | cmyk(0%, 16%, 8%, 24%) |
| LAB | lab(70.1 14.1 -4.0) |
| LCH | lch(70.1 14.6 344.2) |
| OKLCH | oklch(0.748 0.042 345.7) |
Copy-ready code
/* CSS */
color: #c2a3b3;
background-color: #c2a3b3;
/* Tailwind (arbitrary) */
class="text-[#c2a3b3] bg-[#c2a3b3]"
/* SCSS */
$brand: #c2a3b3;
/* SwiftUI */
Color(red: 0.761, green: 0.639, blue: 0.702)
/* Android */
Color.parseColor("#c2a3b3")Accessibility — WCAG contrast
Aa
#c2a3b3 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2a3b3 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green63.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow7.7%
Key (black)23.9%
Color previews
#c2a3b3 text on a black background
contrast 9.18:1
Card sample
#c2a3b3 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2a3b3;
Background color
Panel with #c2a3b3 background
background-color: #c2a3b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2a3b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 163, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 163, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2a3b3; background: linear-gradient(135deg, #c2a3b3, #C2A8A3);