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