#b96baf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
185, 107, 175
HSL
308°, 36%, 57%
CMYK
0, 42, 5, 28
Luminance
0.2392
Every format
| HEX | #b96baf |
| RGB | rgb(185, 107, 175) |
| HSL | hsl(308, 36%, 57%) |
| CMYK | cmyk(0%, 42%, 5%, 28%) |
| LAB | lab(56.0 41.0 -23.1) |
| LCH | lch(56.0 47.1 330.7) |
| OKLCH | oklch(0.637 0.132 331.8) |
Copy-ready code
/* CSS */
color: #b96baf;
background-color: #b96baf;
/* Tailwind (arbitrary) */
class="text-[#b96baf] bg-[#b96baf]"
/* SCSS */
$brand: #b96baf;
/* SwiftUI */
Color(red: 0.725, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#b96baf")Accessibility — WCAG contrast
Aa
#b96baf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96baf on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green42.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow5.4%
Key (black)27.5%
Color previews
#b96baf text on a black background
contrast 5.78:1
Card sample
#b96baf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96baf;
Background color
Panel with #b96baf background
background-color: #b96baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96baf; background: linear-gradient(135deg, #b96baf, #B96B7B);