#ba7ba4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 123, 164
HSL
321°, 31%, 61%
CMYK
0, 34, 12, 27
Luminance
0.2729
Every format
| HEX | #ba7ba4 |
| RGB | rgb(186, 123, 164) |
| HSL | hsl(321, 31%, 61%) |
| CMYK | cmyk(0%, 34%, 12%, 27%) |
| LAB | lab(59.2 30.8 -11.8) |
| LCH | lch(59.2 32.9 339.0) |
| OKLCH | oklch(0.661 0.095 340.7) |
Copy-ready code
/* CSS */
color: #ba7ba4;
background-color: #ba7ba4;
/* Tailwind (arbitrary) */
class="text-[#ba7ba4] bg-[#ba7ba4]"
/* SCSS */
$brand: #ba7ba4;
/* SwiftUI */
Color(red: 0.729, green: 0.482, blue: 0.643)
/* Android */
Color.parseColor("#ba7ba4")Accessibility — WCAG contrast
Aa
#ba7ba4 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7ba4 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green48.2%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow11.8%
Key (black)27.1%
Color previews
#ba7ba4 text on a black background
contrast 6.46:1
Card sample
#ba7ba4 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7ba4;
Background color
Panel with #ba7ba4 background
background-color: #ba7ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 123, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 123, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7ba4; background: linear-gradient(135deg, #ba7ba4, #BA7C7B);