#bb8eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
187, 142, 176
HSL
315°, 25%, 65%
CMYK
0, 24, 6, 27
Luminance
0.3305
Every format
| HEX | #bb8eb0 |
| RGB | rgb(187, 142, 176) |
| HSL | hsl(315, 25%, 65%) |
| CMYK | cmyk(0%, 24%, 6%, 27%) |
| LAB | lab(64.2 22.7 -11.2) |
| LCH | lch(64.2 25.3 333.7) |
| OKLCH | oklch(0.700 0.071 335.3) |
Copy-ready code
/* CSS */
color: #bb8eb0;
background-color: #bb8eb0;
/* Tailwind (arbitrary) */
class="text-[#bb8eb0] bg-[#bb8eb0]"
/* SCSS */
$brand: #bb8eb0;
/* SwiftUI */
Color(red: 0.733, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#bb8eb0")Accessibility — WCAG contrast
Aa
#bb8eb0 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8eb0 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow5.9%
Key (black)26.7%
Color previews
#bb8eb0 text on a black background
contrast 7.61:1
Card sample
#bb8eb0 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8eb0;
Background color
Panel with #bb8eb0 background
background-color: #bb8eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8eb0; background: linear-gradient(135deg, #bb8eb0, #BB8E92);