#bb8fba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
187, 143, 186
HSL
301°, 24%, 65%
CMYK
0, 24, 1, 27
Luminance
0.3375
Every format
| HEX | #bb8fba |
| RGB | rgb(187, 143, 186) |
| HSL | hsl(301, 24%, 65%) |
| CMYK | cmyk(0%, 24%, 1%, 27%) |
| LAB | lab(64.8 24.0 -16.0) |
| LCH | lch(64.8 28.8 326.3) |
| OKLCH | oklch(0.706 0.079 327.1) |
Copy-ready code
/* CSS */
color: #bb8fba;
background-color: #bb8fba;
/* Tailwind (arbitrary) */
class="text-[#bb8fba] bg-[#bb8fba]"
/* SCSS */
$brand: #bb8fba;
/* SwiftUI */
Color(red: 0.733, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#bb8fba")Accessibility — WCAG contrast
Aa
#bb8fba on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8fba on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow0.5%
Key (black)26.7%
Color previews
#bb8fba text on a black background
contrast 7.75:1
Card sample
#bb8fba text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8fba;
Background color
Panel with #bb8fba background
background-color: #bb8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8fba; background: linear-gradient(135deg, #bb8fba, #BB8F9D);