#b87a99
a balanced, soft magenta / pink · warm · closest name: plum
RGB
184, 122, 153
HSL
330°, 30%, 60%
CMYK
0, 34, 17, 28
Luminance
0.2641
Every format
| HEX | #b87a99 |
| RGB | rgb(184, 122, 153) |
| HSL | hsl(330, 30%, 60%) |
| CMYK | cmyk(0%, 34%, 17%, 28%) |
| LAB | lab(58.4 28.8 -6.7) |
| LCH | lch(58.4 29.5 346.8) |
| OKLCH | oklch(0.653 0.087 348.4) |
Copy-ready code
/* CSS */
color: #b87a99;
background-color: #b87a99;
/* Tailwind (arbitrary) */
class="text-[#b87a99] bg-[#b87a99]"
/* SCSS */
$brand: #b87a99;
/* SwiftUI */
Color(red: 0.722, green: 0.478, blue: 0.600)
/* Android */
Color.parseColor("#b87a99")Accessibility — WCAG contrast
Aa
#b87a99 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87a99 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green47.8%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow16.8%
Key (black)27.8%
Color previews
#b87a99 text on a black background
contrast 6.28:1
Card sample
#b87a99 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87a99;
Background color
Panel with #b87a99 background
background-color: #b87a99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87a99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 122, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 122, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87a99; background: linear-gradient(135deg, #b87a99, #B8847A);