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