#c2acb3
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 172, 179
HSL
341°, 15%, 72%
CMYK
0, 11, 8, 24
Luminance
0.4423
Every format
| HEX | #c2acb3 |
| RGB | rgb(194, 172, 179) |
| HSL | hsl(341, 15%, 72%) |
| CMYK | cmyk(0%, 11%, 8%, 24%) |
| LAB | lab(72.4 9.1 -0.7) |
| LCH | lch(72.4 9.2 355.8) |
| OKLCH | oklch(0.765 0.027 356.5) |
Copy-ready code
/* CSS */
color: #c2acb3;
background-color: #c2acb3;
/* Tailwind (arbitrary) */
class="text-[#c2acb3] bg-[#c2acb3]"
/* SCSS */
$brand: #c2acb3;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.702)
/* Android */
Color.parseColor("#c2acb3")Accessibility — WCAG contrast
Aa
#c2acb3 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2acb3 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow7.7%
Key (black)23.9%
Color previews
#c2acb3 text on a black background
contrast 9.85:1
Card sample
#c2acb3 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2acb3;
Background color
Panel with #c2acb3 background
background-color: #c2acb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2acb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2acb3; background: linear-gradient(135deg, #c2acb3, #C2B4AC);