#c87eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
200, 126, 179
HSL
317°, 40%, 64%
CMYK
0, 37, 11, 22
Luminance
0.3046
Every format
| HEX | #c87eb3 |
| RGB | rgb(200, 126, 179) |
| HSL | hsl(317, 40%, 64%) |
| CMYK | cmyk(0%, 37%, 11%, 22%) |
| LAB | lab(62.0 36.5 -16.0) |
| LCH | lch(62.0 39.8 336.3) |
| OKLCH | oklch(0.687 0.114 338.0) |
Copy-ready code
/* CSS */
color: #c87eb3;
background-color: #c87eb3;
/* Tailwind (arbitrary) */
class="text-[#c87eb3] bg-[#c87eb3]"
/* SCSS */
$brand: #c87eb3;
/* SwiftUI */
Color(red: 0.784, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#c87eb3")Accessibility — WCAG contrast
Aa
#c87eb3 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87eb3 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow10.5%
Key (black)21.6%
Color previews
#c87eb3 text on a black background
contrast 7.09:1
Card sample
#c87eb3 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87eb3;
Background color
Panel with #c87eb3 background
background-color: #c87eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87eb3; background: linear-gradient(135deg, #c87eb3, #C87E82);