#c7abc9
a light, soft magenta / pink · warm · closest name: silver
RGB
199, 171, 201
HSL
296°, 22%, 73%
CMYK
1, 15, 0, 21
Luminance
0.4548
Every format
| HEX | #c7abc9 |
| RGB | rgb(199, 171, 201) |
| HSL | hsl(296, 22%, 73%) |
| CMYK | cmyk(1%, 15%, 0%, 21%) |
| LAB | lab(73.2 15.4 -11.5) |
| LCH | lch(73.2 19.3 323.4) |
| OKLCH | oklch(0.775 0.052 324.0) |
Copy-ready code
/* CSS */
color: #c7abc9;
background-color: #c7abc9;
/* Tailwind (arbitrary) */
class="text-[#c7abc9] bg-[#c7abc9]"
/* SCSS */
$brand: #c7abc9;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#c7abc9")Accessibility — WCAG contrast
Aa
#c7abc9 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7abc9 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue78.8%
CMYK percentages
Cyan1.0%
Magenta14.9%
Yellow0.0%
Key (black)21.2%
Color previews
#c7abc9 text on a black background
contrast 10.10:1
Card sample
#c7abc9 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7abc9;
Background color
Panel with #c7abc9 background
background-color: #c7abc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7abc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7abc9; background: linear-gradient(135deg, #c7abc9, #C9ABB7);