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