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