#b97396
a balanced, soft magenta / pink · warm · closest name: plum
RGB
185, 115, 150
HSL
330°, 33%, 59%
CMYK
0, 38, 19, 28
Luminance
0.2478
Every format
| HEX | #b97396 |
| RGB | rgb(185, 115, 150) |
| HSL | hsl(330, 33%, 59%) |
| CMYK | cmyk(0%, 38%, 19%, 28%) |
| LAB | lab(56.9 32.5 -7.3) |
| LCH | lch(56.9 33.3 347.3) |
| OKLCH | oklch(0.641 0.099 348.9) |
Copy-ready code
/* CSS */
color: #b97396;
background-color: #b97396;
/* Tailwind (arbitrary) */
class="text-[#b97396] bg-[#b97396]"
/* SCSS */
$brand: #b97396;
/* SwiftUI */
Color(red: 0.725, green: 0.451, blue: 0.588)
/* Android */
Color.parseColor("#b97396")Accessibility — WCAG contrast
Aa
#b97396 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b97396 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green45.1%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow18.9%
Key (black)27.5%
Color previews
#b97396 text on a black background
contrast 5.96:1
Card sample
#b97396 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97396;
Background color
Panel with #b97396 background
background-color: #b97396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 115, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 115, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97396; background: linear-gradient(135deg, #b97396, #B97F73);