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