#bc73af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 115, 175
HSL
311°, 35%, 59%
CMYK
0, 39, 7, 26
Luminance
0.2605
Every format
| HEX | #bc73af |
| RGB | rgb(188, 115, 175) |
| HSL | hsl(311, 35%, 59%) |
| CMYK | cmyk(0%, 39%, 7%, 26%) |
| LAB | lab(58.1 37.7 -19.9) |
| LCH | lch(58.1 42.6 332.2) |
| OKLCH | oklch(0.654 0.120 333.6) |
Copy-ready code
/* CSS */
color: #bc73af;
background-color: #bc73af;
/* Tailwind (arbitrary) */
class="text-[#bc73af] bg-[#bc73af]"
/* SCSS */
$brand: #bc73af;
/* SwiftUI */
Color(red: 0.737, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#bc73af")Accessibility — WCAG contrast
Aa
#bc73af on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc73af on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green45.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow6.9%
Key (black)26.3%
Color previews
#bc73af text on a black background
contrast 6.21:1
Card sample
#bc73af text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc73af;
Background color
Panel with #bc73af background
background-color: #bc73af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc73af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc73af; background: linear-gradient(135deg, #bc73af, #BC737E);