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