#ba8abf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 138, 191
HSL
294°, 29%, 65%
CMYK
3, 28, 0, 25
Luminance
0.3238
Every format
| HEX | #ba8abf |
| RGB | rgb(186, 138, 191) |
| HSL | hsl(294, 29%, 65%) |
| CMYK | cmyk(3%, 28%, 0%, 25%) |
| LAB | lab(63.6 27.4 -20.5) |
| LCH | lch(63.6 34.2 323.2) |
| OKLCH | oklch(0.698 0.093 323.3) |
Copy-ready code
/* CSS */
color: #ba8abf;
background-color: #ba8abf;
/* Tailwind (arbitrary) */
class="text-[#ba8abf] bg-[#ba8abf]"
/* SCSS */
$brand: #ba8abf;
/* SwiftUI */
Color(red: 0.729, green: 0.541, blue: 0.749)
/* Android */
Color.parseColor("#ba8abf")Accessibility — WCAG contrast
Aa
#ba8abf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8abf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.1%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta27.7%
Yellow0.0%
Key (black)25.1%
Color previews
#ba8abf text on a black background
contrast 7.48:1
Card sample
#ba8abf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8abf;
Background color
Panel with #ba8abf background
background-color: #ba8abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 138, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 138, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8abf; background: linear-gradient(135deg, #ba8abf, #BF8AA1);