#bb8eb4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
187, 142, 180
HSL
309°, 25%, 65%
CMYK
0, 24, 4, 27
Luminance
0.3321
Every format
| HEX | #bb8eb4 |
| RGB | rgb(187, 142, 180) |
| HSL | hsl(309, 25%, 65%) |
| CMYK | cmyk(0%, 24%, 4%, 27%) |
| LAB | lab(64.3 23.4 -13.3) |
| LCH | lch(64.3 26.9 330.5) |
| OKLCH | oklch(0.702 0.075 331.8) |
Copy-ready code
/* CSS */
color: #bb8eb4;
background-color: #bb8eb4;
/* Tailwind (arbitrary) */
class="text-[#bb8eb4] bg-[#bb8eb4]"
/* SCSS */
$brand: #bb8eb4;
/* SwiftUI */
Color(red: 0.733, green: 0.557, blue: 0.706)
/* Android */
Color.parseColor("#bb8eb4")Accessibility — WCAG contrast
Aa
#bb8eb4 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8eb4 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green55.7%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow3.7%
Key (black)26.7%
Color previews
#bb8eb4 text on a black background
contrast 7.64:1
Card sample
#bb8eb4 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8eb4;
Background color
Panel with #bb8eb4 background
background-color: #bb8eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 142, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 142, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8eb4; background: linear-gradient(135deg, #bb8eb4, #BB8E96);