#b85f86
a balanced, soft magenta / pink · warm · closest name: plum
RGB
184, 95, 134
HSL
334°, 39%, 55%
CMYK
0, 48, 27, 28
Luminance
0.2010
Every format
| HEX | #b85f86 |
| RGB | rgb(184, 95, 134) |
| HSL | hsl(334, 39%, 55%) |
| CMYK | cmyk(0%, 48%, 27%, 28%) |
| LAB | lab(52.0 40.5 -5.2) |
| LCH | lch(52.0 40.8 352.6) |
| OKLCH | oklch(0.602 0.123 353.8) |
Copy-ready code
/* CSS */
color: #b85f86;
background-color: #b85f86;
/* Tailwind (arbitrary) */
class="text-[#b85f86] bg-[#b85f86]"
/* SCSS */
$brand: #b85f86;
/* SwiftUI */
Color(red: 0.722, green: 0.373, blue: 0.525)
/* Android */
Color.parseColor("#b85f86")Accessibility — WCAG contrast
Aa
#b85f86 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85f86 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green37.3%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow27.2%
Key (black)27.8%
Color previews
#b85f86 text on a black background
contrast 5.02:1
Card sample
#b85f86 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85f86;
Background color
Panel with #b85f86 background
background-color: #b85f86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85f86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 95, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 95, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85f86; background: linear-gradient(135deg, #b85f86, #B8735F);