#c7acba
a light, soft magenta / pink · warm · closest name: silver
RGB
199, 172, 186
HSL
329°, 19%, 73%
CMYK
0, 14, 7, 22
Luminance
0.4519
Every format
| HEX | #c7acba |
| RGB | rgb(199, 172, 186) |
| HSL | hsl(329, 19%, 73%) |
| CMYK | cmyk(0%, 14%, 7%, 22%) |
| LAB | lab(73.0 12.2 -3.5) |
| LCH | lch(73.0 12.7 343.8) |
| OKLCH | oklch(0.772 0.036 345.4) |
Copy-ready code
/* CSS */
color: #c7acba;
background-color: #c7acba;
/* Tailwind (arbitrary) */
class="text-[#c7acba] bg-[#c7acba]"
/* SCSS */
$brand: #c7acba;
/* SwiftUI */
Color(red: 0.780, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#c7acba")Accessibility — WCAG contrast
Aa
#c7acba on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7acba on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow6.5%
Key (black)22.0%
Color previews
#c7acba text on a black background
contrast 10.04:1
Card sample
#c7acba text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7acba;
Background color
Panel with #c7acba background
background-color: #c7acba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7acba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7acba; background: linear-gradient(135deg, #c7acba, #C7B0AC);