#c3abc5
a light, soft magenta / pink · warm · closest name: silver
RGB
195, 171, 197
HSL
295°, 18%, 72%
CMYK
1, 13, 0, 23
Luminance
0.4476
Every format
| HEX | #c3abc5 |
| RGB | rgb(195, 171, 197) |
| HSL | hsl(295, 18%, 72%) |
| CMYK | cmyk(1%, 13%, 0%, 23%) |
| LAB | lab(72.7 13.3 -10.0) |
| LCH | lch(72.7 16.7 323.0) |
| OKLCH | oklch(0.770 0.045 323.6) |
Copy-ready code
/* CSS */
color: #c3abc5;
background-color: #c3abc5;
/* Tailwind (arbitrary) */
class="text-[#c3abc5] bg-[#c3abc5]"
/* SCSS */
$brand: #c3abc5;
/* SwiftUI */
Color(red: 0.765, green: 0.671, blue: 0.773)
/* Android */
Color.parseColor("#c3abc5")Accessibility — WCAG contrast
Aa
#c3abc5 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3abc5 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.1%
Blue77.3%
CMYK percentages
Cyan1.0%
Magenta13.2%
Yellow0.0%
Key (black)22.7%
Color previews
#c3abc5 text on a black background
contrast 9.95:1
Card sample
#c3abc5 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3abc5;
Background color
Panel with #c3abc5 background
background-color: #c3abc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3abc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 171, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 171, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3abc5; background: linear-gradient(135deg, #c3abc5, #C5ABB6);