#c9acba
a light, soft magenta / pink · warm · closest name: silver
RGB
201, 172, 186
HSL
331°, 21%, 73%
CMYK
0, 14, 8, 21
Luminance
0.4547
Every format
| HEX | #c9acba |
| RGB | rgb(201, 172, 186) |
| HSL | hsl(331, 21%, 73%) |
| CMYK | cmyk(0%, 14%, 8%, 21%) |
| LAB | lab(73.2 12.9 -3.3) |
| LCH | lch(73.2 13.3 345.8) |
| OKLCH | oklch(0.774 0.038 347.3) |
Copy-ready code
/* CSS */
color: #c9acba;
background-color: #c9acba;
/* Tailwind (arbitrary) */
class="text-[#c9acba] bg-[#c9acba]"
/* SCSS */
$brand: #c9acba;
/* SwiftUI */
Color(red: 0.788, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#c9acba")Accessibility — WCAG contrast
Aa
#c9acba on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9acba on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow7.5%
Key (black)21.2%
Color previews
#c9acba text on a black background
contrast 10.09:1
Card sample
#c9acba text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9acba;
Background color
Panel with #c9acba background
background-color: #c9acba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9acba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9acba; background: linear-gradient(135deg, #c9acba, #C9B1AC);