#b87eb9
a balanced, soft magenta / pink · warm · closest name: plum
RGB
184, 126, 185
HSL
299°, 30%, 61%
CMYK
1, 32, 0, 28
Luminance
0.2861
Every format
| HEX | #b87eb9 |
| RGB | rgb(184, 126, 185) |
| HSL | hsl(299, 30%, 61%) |
| CMYK | cmyk(1%, 32%, 0%, 28%) |
| LAB | lab(60.4 32.2 -22.0) |
| LCH | lch(60.4 39.0 325.7) |
| OKLCH | oklch(0.672 0.107 326.1) |
Copy-ready code
/* CSS */
color: #b87eb9;
background-color: #b87eb9;
/* Tailwind (arbitrary) */
class="text-[#b87eb9] bg-[#b87eb9]"
/* SCSS */
$brand: #b87eb9;
/* SwiftUI */
Color(red: 0.722, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#b87eb9")Accessibility — WCAG contrast
Aa
#b87eb9 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87eb9 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green49.4%
Blue72.5%
CMYK percentages
Cyan0.5%
Magenta31.9%
Yellow0.0%
Key (black)27.5%
Color previews
#b87eb9 text on a black background
contrast 6.72:1
Card sample
#b87eb9 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87eb9;
Background color
Panel with #b87eb9 background
background-color: #b87eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87eb9; background: linear-gradient(135deg, #b87eb9, #B97E93);