#bc57af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
188, 87, 175
HSL
308°, 43%, 54%
CMYK
0, 54, 7, 26
Luminance
0.2060
Every format
| HEX | #bc57af |
| RGB | rgb(188, 87, 175) |
| HSL | hsl(308, 43%, 54%) |
| CMYK | cmyk(0%, 54%, 7%, 26%) |
| LAB | lab(52.5 52.1 -28.4) |
| LCH | lch(52.5 59.4 331.4) |
| OKLCH | oklch(0.612 0.168 332.6) |
Copy-ready code
/* CSS */
color: #bc57af;
background-color: #bc57af;
/* Tailwind (arbitrary) */
class="text-[#bc57af] bg-[#bc57af]"
/* SCSS */
$brand: #bc57af;
/* SwiftUI */
Color(red: 0.737, green: 0.341, blue: 0.686)
/* Android */
Color.parseColor("#bc57af")Accessibility — WCAG contrast
Aa
#bc57af on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc57af on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green34.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow6.9%
Key (black)26.3%
Color previews
#bc57af text on a black background
contrast 5.12:1
Card sample
#bc57af text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc57af;
Background color
Panel with #bc57af background
background-color: #bc57af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc57af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 87, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 87, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc57af; background: linear-gradient(135deg, #bc57af, #BC576C);