#ba71ab
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 113, 171
HSL
312°, 35%, 59%
CMYK
0, 39, 8, 27
Luminance
0.2519
Every format
| HEX | #ba71ab |
| RGB | rgb(186, 113, 171) |
| HSL | hsl(312, 35%, 59%) |
| CMYK | cmyk(0%, 39%, 8%, 27%) |
| LAB | lab(57.3 37.4 -18.8) |
| LCH | lch(57.3 41.9 333.3) |
| OKLCH | oklch(0.646 0.119 334.8) |
Copy-ready code
/* CSS */
color: #ba71ab;
background-color: #ba71ab;
/* Tailwind (arbitrary) */
class="text-[#ba71ab] bg-[#ba71ab]"
/* SCSS */
$brand: #ba71ab;
/* SwiftUI */
Color(red: 0.729, green: 0.443, blue: 0.671)
/* Android */
Color.parseColor("#ba71ab")Accessibility — WCAG contrast
Aa
#ba71ab on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba71ab on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow8.1%
Key (black)27.1%
Color previews
#ba71ab text on a black background
contrast 6.04:1
Card sample
#ba71ab text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba71ab;
Background color
Panel with #ba71ab background
background-color: #ba71ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba71ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 113, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 113, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba71ab; background: linear-gradient(135deg, #ba71ab, #BA717A);