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