#bc779f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 119, 159
HSL
325°, 34%, 60%
CMYK
0, 37, 15, 26
Luminance
0.2639
Every format
| HEX | #bc779f |
| RGB | rgb(188, 119, 159) |
| HSL | hsl(325, 34%, 60%) |
| CMYK | cmyk(0%, 37%, 15%, 26%) |
| LAB | lab(58.4 32.8 -10.2) |
| LCH | lch(58.4 34.3 342.8) |
| OKLCH | oklch(0.654 0.100 344.5) |
Copy-ready code
/* CSS */
color: #bc779f;
background-color: #bc779f;
/* Tailwind (arbitrary) */
class="text-[#bc779f] bg-[#bc779f]"
/* SCSS */
$brand: #bc779f;
/* SwiftUI */
Color(red: 0.737, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#bc779f")Accessibility — WCAG contrast
Aa
#bc779f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc779f on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green46.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow15.4%
Key (black)26.3%
Color previews
#bc779f text on a black background
contrast 6.28:1
Card sample
#bc779f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc779f;
Background color
Panel with #bc779f background
background-color: #bc779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc779f; background: linear-gradient(135deg, #bc779f, #BC7D77);