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