#bc577f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 87, 127
HSL
336°, 43%, 54%
CMYK
0, 54, 32, 26
Luminance
0.1904
Every format
| HEX | #bc577f |
| RGB | rgb(188, 87, 127) |
| HSL | hsl(336, 43%, 54%) |
| CMYK | cmyk(0%, 54%, 32%, 26%) |
| LAB | lab(50.7 45.0 -2.8) |
| LCH | lch(50.7 45.0 356.4) |
| OKLCH | oklch(0.593 0.137 357.2) |
Copy-ready code
/* CSS */
color: #bc577f;
background-color: #bc577f;
/* Tailwind (arbitrary) */
class="text-[#bc577f] bg-[#bc577f]"
/* SCSS */
$brand: #bc577f;
/* SwiftUI */
Color(red: 0.737, green: 0.341, blue: 0.498)
/* Android */
Color.parseColor("#bc577f")Accessibility — WCAG contrast
Aa
#bc577f on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc577f on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green34.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow32.4%
Key (black)26.3%
Color previews
#bc577f text on a black background
contrast 4.81:1
Card sample
#bc577f text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc577f;
Background color
Panel with #bc577f background
background-color: #bc577f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc577f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 87, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 87, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc577f; background: linear-gradient(135deg, #bc577f, #BC7257);