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