#b87baf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
184, 123, 175
HSL
309°, 30%, 60%
CMYK
0, 33, 5, 28
Luminance
0.2745
Every format
| HEX | #b87baf |
| RGB | rgb(184, 123, 175) |
| HSL | hsl(309, 30%, 60%) |
| CMYK | cmyk(0%, 33%, 5%, 28%) |
| LAB | lab(59.4 32.0 -17.9) |
| LCH | lch(59.4 36.7 330.8) |
| OKLCH | oklch(0.663 0.103 332.0) |
Copy-ready code
/* CSS */
color: #b87baf;
background-color: #b87baf;
/* Tailwind (arbitrary) */
class="text-[#b87baf] bg-[#b87baf]"
/* SCSS */
$brand: #b87baf;
/* SwiftUI */
Color(red: 0.722, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#b87baf")Accessibility — WCAG contrast
Aa
#b87baf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87baf on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green48.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow4.9%
Key (black)27.8%
Color previews
#b87baf text on a black background
contrast 6.49:1
Card sample
#b87baf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87baf;
Background color
Panel with #b87baf background
background-color: #b87baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87baf; background: linear-gradient(135deg, #b87baf, #B87B86);