#bb7eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
187, 126, 179
HSL
308°, 31%, 61%
CMYK
0, 33, 4, 27
Luminance
0.2874
Every format
| HEX | #bb7eb3 |
| RGB | rgb(187, 126, 179) |
| HSL | hsl(308, 31%, 61%) |
| CMYK | cmyk(0%, 33%, 4%, 27%) |
| LAB | lab(60.5 32.1 -18.4) |
| LCH | lch(60.5 37.0 330.2) |
| OKLCH | oklch(0.673 0.103 331.4) |
Copy-ready code
/* CSS */
color: #bb7eb3;
background-color: #bb7eb3;
/* Tailwind (arbitrary) */
class="text-[#bb7eb3] bg-[#bb7eb3]"
/* SCSS */
$brand: #bb7eb3;
/* SwiftUI */
Color(red: 0.733, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#bb7eb3")Accessibility — WCAG contrast
Aa
#bb7eb3 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb7eb3 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow4.3%
Key (black)26.7%
Color previews
#bb7eb3 text on a black background
contrast 6.75:1
Card sample
#bb7eb3 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb7eb3;
Background color
Panel with #bb7eb3 background
background-color: #bb7eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb7eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb7eb3; background: linear-gradient(135deg, #bb7eb3, #BB7E8A);