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