#c2acbf
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 172, 191
HSL
308°, 15%, 72%
CMYK
0, 11, 2, 24
Luminance
0.4474
Every format
| HEX | #c2acbf |
| RGB | rgb(194, 172, 191) |
| HSL | hsl(308, 15%, 72%) |
| CMYK | cmyk(0%, 11%, 2%, 24%) |
| LAB | lab(72.7 11.3 -6.8) |
| LCH | lch(72.7 13.2 329.1) |
| OKLCH | oklch(0.769 0.036 330.4) |
Copy-ready code
/* CSS */
color: #c2acbf;
background-color: #c2acbf;
/* Tailwind (arbitrary) */
class="text-[#c2acbf] bg-[#c2acbf]"
/* SCSS */
$brand: #c2acbf;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.749)
/* Android */
Color.parseColor("#c2acbf")Accessibility — WCAG contrast
Aa
#c2acbf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2acbf on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow1.5%
Key (black)23.9%
Color previews
#c2acbf text on a black background
contrast 9.95:1
Card sample
#c2acbf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2acbf;
Background color
Panel with #c2acbf background
background-color: #c2acbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2acbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2acbf; background: linear-gradient(135deg, #c2acbf, #C2ACB0);