#ba87ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 135, 172
HSL
317°, 27%, 63%
CMYK
0, 27, 8, 27
Luminance
0.3075
Every format
| HEX | #ba87ac |
| RGB | rgb(186, 135, 172) |
| HSL | hsl(317, 27%, 63%) |
| CMYK | cmyk(0%, 27%, 8%, 27%) |
| LAB | lab(62.3 25.5 -11.8) |
| LCH | lch(62.3 28.1 335.2) |
| OKLCH | oklch(0.685 0.080 336.8) |
Copy-ready code
/* CSS */
color: #ba87ac;
background-color: #ba87ac;
/* Tailwind (arbitrary) */
class="text-[#ba87ac] bg-[#ba87ac]"
/* SCSS */
$brand: #ba87ac;
/* SwiftUI */
Color(red: 0.729, green: 0.529, blue: 0.675)
/* Android */
Color.parseColor("#ba87ac")Accessibility — WCAG contrast
Aa
#ba87ac on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba87ac on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow7.5%
Key (black)27.1%
Color previews
#ba87ac text on a black background
contrast 7.15:1
Card sample
#ba87ac text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba87ac;
Background color
Panel with #ba87ac background
background-color: #ba87ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba87ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 135, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 135, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba87ac; background: linear-gradient(135deg, #ba87ac, #BA878A);