#c87fba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
200, 127, 186
HSL
312°, 40%, 64%
CMYK
0, 37, 7, 22
Luminance
0.3100
Every format
| HEX | #c87fba |
| RGB | rgb(200, 127, 186) |
| HSL | hsl(312, 40%, 64%) |
| CMYK | cmyk(0%, 37%, 7%, 22%) |
| LAB | lab(62.5 37.1 -19.3) |
| LCH | lch(62.5 41.8 332.6) |
| OKLCH | oklch(0.692 0.118 334.0) |
Copy-ready code
/* CSS */
color: #c87fba;
background-color: #c87fba;
/* Tailwind (arbitrary) */
class="text-[#c87fba] bg-[#c87fba]"
/* SCSS */
$brand: #c87fba;
/* SwiftUI */
Color(red: 0.784, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#c87fba")Accessibility — WCAG contrast
Aa
#c87fba on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87fba on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green49.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow7.0%
Key (black)21.6%
Color previews
#c87fba text on a black background
contrast 7.20:1
Card sample
#c87fba text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87fba;
Background color
Panel with #c87fba background
background-color: #c87fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87fba; background: linear-gradient(135deg, #c87fba, #C87F89);