#ba87df
a light, vivid violet · warm · closest name: plum
RGB
186, 135, 223
HSL
275°, 58%, 70%
CMYK
17, 40, 0, 13
Luminance
0.3309
Every format
| HEX | #ba87df |
| RGB | rgb(186, 135, 223) |
| HSL | hsl(275, 58%, 70%) |
| CMYK | cmyk(17%, 40%, 0%, 13%) |
| LAB | lab(64.2 35.7 -37.5) |
| LCH | lch(64.2 51.7 313.6) |
| OKLCH | oklch(0.706 0.135 309.9) |
Copy-ready code
/* CSS */
color: #ba87df;
background-color: #ba87df;
/* Tailwind (arbitrary) */
class="text-[#ba87df] bg-[#ba87df]"
/* SCSS */
$brand: #ba87df;
/* SwiftUI */
Color(red: 0.729, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#ba87df")Accessibility — WCAG contrast
Aa
#ba87df on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba87df on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.9%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ba87df text on a black background
contrast 7.62:1
Card sample
#ba87df text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba87df;
Background color
Panel with #ba87df background
background-color: #ba87df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba87df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba87df; background: linear-gradient(135deg, #ba87df, #DF87C9);