#c3abc0
a light, soft magenta / pink · warm · closest name: silver
RGB
195, 171, 192
HSL
308°, 17%, 72%
CMYK
0, 12, 2, 24
Luminance
0.4453
Every format
| HEX | #c3abc0 |
| RGB | rgb(195, 171, 192) |
| HSL | hsl(308, 17%, 72%) |
| CMYK | cmyk(0%, 12%, 2%, 24%) |
| LAB | lab(72.6 12.4 -7.5) |
| LCH | lch(72.6 14.5 328.8) |
| OKLCH | oklch(0.768 0.040 330.0) |
Copy-ready code
/* CSS */
color: #c3abc0;
background-color: #c3abc0;
/* Tailwind (arbitrary) */
class="text-[#c3abc0] bg-[#c3abc0]"
/* SCSS */
$brand: #c3abc0;
/* SwiftUI */
Color(red: 0.765, green: 0.671, blue: 0.753)
/* Android */
Color.parseColor("#c3abc0")Accessibility — WCAG contrast
Aa
#c3abc0 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3abc0 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow1.5%
Key (black)23.5%
Color previews
#c3abc0 text on a black background
contrast 9.91:1
Card sample
#c3abc0 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3abc0;
Background color
Panel with #c3abc0 background
background-color: #c3abc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3abc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 171, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 171, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3abc0; background: linear-gradient(135deg, #c3abc0, #C3ABB0);