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