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