#c4acb8
a light, soft magenta / pink · warm · closest name: silver
RGB
196, 172, 184
HSL
330°, 17%, 72%
CMYK
0, 12, 6, 23
Luminance
0.4470
Every format
| HEX | #c4acb8 |
| RGB | rgb(196, 172, 184) |
| HSL | hsl(330, 17%, 72%) |
| CMYK | cmyk(0%, 12%, 6%, 23%) |
| LAB | lab(72.7 10.7 -2.9) |
| LCH | lch(72.7 11.1 344.7) |
| OKLCH | oklch(0.769 0.032 346.2) |
Copy-ready code
/* CSS */
color: #c4acb8;
background-color: #c4acb8;
/* Tailwind (arbitrary) */
class="text-[#c4acb8] bg-[#c4acb8]"
/* SCSS */
$brand: #c4acb8;
/* SwiftUI */
Color(red: 0.769, green: 0.675, blue: 0.722)
/* Android */
Color.parseColor("#c4acb8")Accessibility — WCAG contrast
Aa
#c4acb8 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4acb8 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow6.1%
Key (black)23.1%
Color previews
#c4acb8 text on a black background
contrast 9.94:1
Card sample
#c4acb8 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4acb8;
Background color
Panel with #c4acb8 background
background-color: #c4acb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4acb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 172, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 172, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4acb8; background: linear-gradient(135deg, #c4acb8, #C4B0AC);