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