#ba577c
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 87, 124
HSL
338°, 42%, 54%
CMYK
0, 53, 33, 27
Luminance
0.1871
Every format
| HEX | #ba577c |
| RGB | rgb(186, 87, 124) |
| HSL | hsl(338, 42%, 54%) |
| CMYK | cmyk(0%, 53%, 33%, 27%) |
| LAB | lab(50.4 43.9 -1.6) |
| LCH | lch(50.4 43.9 357.9) |
| OKLCH | oklch(0.589 0.134 358.4) |
Copy-ready code
/* CSS */
color: #ba577c;
background-color: #ba577c;
/* Tailwind (arbitrary) */
class="text-[#ba577c] bg-[#ba577c]"
/* SCSS */
$brand: #ba577c;
/* SwiftUI */
Color(red: 0.729, green: 0.341, blue: 0.486)
/* Android */
Color.parseColor("#ba577c")Accessibility — WCAG contrast
Aa
#ba577c on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba577c on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow33.3%
Key (black)27.1%
Color previews
#ba577c text on a black background
contrast 4.74:1
Card sample
#ba577c text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba577c;
Background color
Panel with #ba577c background
background-color: #ba577c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba577c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 87, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 87, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba577c; background: linear-gradient(135deg, #ba577c, #BA7457);