#c7abc4
a light, soft magenta / pink · warm · closest name: silver
RGB
199, 171, 196
HSL
306°, 20%, 73%
CMYK
0, 14, 2, 22
Luminance
0.4525
Every format
| HEX | #c7abc4 |
| RGB | rgb(199, 171, 196) |
| HSL | hsl(306, 20%, 73%) |
| CMYK | cmyk(0%, 14%, 2%, 22%) |
| LAB | lab(73.1 14.5 -9.0) |
| LCH | lch(73.1 17.1 328.3) |
| OKLCH | oklch(0.773 0.047 329.5) |
Copy-ready code
/* CSS */
color: #c7abc4;
background-color: #c7abc4;
/* Tailwind (arbitrary) */
class="text-[#c7abc4] bg-[#c7abc4]"
/* SCSS */
$brand: #c7abc4;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.769)
/* Android */
Color.parseColor("#c7abc4")Accessibility — WCAG contrast
Aa
#c7abc4 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7abc4 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow1.5%
Key (black)22.0%
Color previews
#c7abc4 text on a black background
contrast 10.05:1
Card sample
#c7abc4 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7abc4;
Background color
Panel with #c7abc4 background
background-color: #c7abc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7abc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7abc4; background: linear-gradient(135deg, #c7abc4, #C7ABB1);