#c4abc0
a light, soft magenta / pink · warm · closest name: silver
RGB
196, 171, 192
HSL
310°, 18%, 72%
CMYK
0, 13, 2, 23
Luminance
0.4467
Every format
| HEX | #c4abc0 |
| RGB | rgb(196, 171, 192) |
| HSL | hsl(310, 18%, 72%) |
| CMYK | cmyk(0%, 13%, 2%, 23%) |
| LAB | lab(72.7 12.7 -7.4) |
| LCH | lch(72.7 14.7 329.9) |
| OKLCH | oklch(0.769 0.041 331.3) |
Copy-ready code
/* CSS */
color: #c4abc0;
background-color: #c4abc0;
/* Tailwind (arbitrary) */
class="text-[#c4abc0] bg-[#c4abc0]"
/* SCSS */
$brand: #c4abc0;
/* SwiftUI */
Color(red: 0.769, green: 0.671, blue: 0.753)
/* Android */
Color.parseColor("#c4abc0")Accessibility — WCAG contrast
Aa
#c4abc0 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4abc0 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow2.0%
Key (black)23.1%
Color previews
#c4abc0 text on a black background
contrast 9.93:1
Card sample
#c4abc0 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4abc0;
Background color
Panel with #c4abc0 background
background-color: #c4abc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4abc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 171, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 171, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4abc0; background: linear-gradient(135deg, #c4abc0, #C4ABAF);