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