#bc77af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 119, 175
HSL
311°, 34%, 60%
CMYK
0, 37, 7, 26
Luminance
0.2698
Every format
| HEX | #bc77af |
| RGB | rgb(188, 119, 175) |
| HSL | hsl(311, 34%, 60%) |
| CMYK | cmyk(0%, 37%, 7%, 26%) |
| LAB | lab(59.0 35.5 -18.5) |
| LCH | lch(59.0 40.1 332.5) |
| OKLCH | oklch(0.660 0.113 333.9) |
Copy-ready code
/* CSS */
color: #bc77af;
background-color: #bc77af;
/* Tailwind (arbitrary) */
class="text-[#bc77af] bg-[#bc77af]"
/* SCSS */
$brand: #bc77af;
/* SwiftUI */
Color(red: 0.737, green: 0.467, blue: 0.686)
/* Android */
Color.parseColor("#bc77af")Accessibility — WCAG contrast
Aa
#bc77af on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc77af on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green46.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow6.9%
Key (black)26.3%
Color previews
#bc77af text on a black background
contrast 6.40:1
Card sample
#bc77af text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc77af;
Background color
Panel with #bc77af background
background-color: #bc77af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc77af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 119, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 119, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc77af; background: linear-gradient(135deg, #bc77af, #BC7781);