#c2acbc
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 172, 188
HSL
316°, 15%, 72%
CMYK
0, 11, 3, 24
Luminance
0.4461
Every format
| HEX | #c2acbc |
| RGB | rgb(194, 172, 188) |
| HSL | hsl(316, 15%, 72%) |
| CMYK | cmyk(0%, 11%, 3%, 24%) |
| LAB | lab(72.6 10.8 -5.3) |
| LCH | lch(72.6 12.0 334.0) |
| OKLCH | oklch(0.768 0.034 335.5) |
Copy-ready code
/* CSS */
color: #c2acbc;
background-color: #c2acbc;
/* Tailwind (arbitrary) */
class="text-[#c2acbc] bg-[#c2acbc]"
/* SCSS */
$brand: #c2acbc;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#c2acbc")Accessibility — WCAG contrast
Aa
#c2acbc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2acbc on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow3.1%
Key (black)23.9%
Color previews
#c2acbc text on a black background
contrast 9.92:1
Card sample
#c2acbc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2acbc;
Background color
Panel with #c2acbc background
background-color: #c2acbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2acbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2acbc; background: linear-gradient(135deg, #c2acbc, #C2ACAD);