#bb778e
a balanced, soft magenta / pink · warm · closest name: plum
RGB
187, 119, 142
HSL
340°, 33%, 60%
CMYK
0, 36, 24, 27
Luminance
0.2571
Every format
| HEX | #bb778e |
| RGB | rgb(187, 119, 142) |
| HSL | hsl(340, 33%, 60%) |
| CMYK | cmyk(0%, 36%, 24%, 27%) |
| LAB | lab(57.8 29.8 -1.3) |
| LCH | lch(57.8 29.8 357.5) |
| OKLCH | oklch(0.647 0.090 358.1) |
Copy-ready code
/* CSS */
color: #bb778e;
background-color: #bb778e;
/* Tailwind (arbitrary) */
class="text-[#bb778e] bg-[#bb778e]"
/* SCSS */
$brand: #bb778e;
/* SwiftUI */
Color(red: 0.733, green: 0.467, blue: 0.557)
/* Android */
Color.parseColor("#bb778e")Accessibility — WCAG contrast
Aa
#bb778e on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb778e on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green46.7%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow24.1%
Key (black)26.7%
Color previews
#bb778e text on a black background
contrast 6.14:1
Card sample
#bb778e text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb778e;
Background color
Panel with #bb778e background
background-color: #bb778e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb778e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 119, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 119, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb778e; background: linear-gradient(135deg, #bb778e, #BB8D77);