#b98eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
185, 142, 176
HSL
313°, 24%, 64%
CMYK
0, 23, 5, 28
Luminance
0.3279
Every format
| HEX | #b98eb0 |
| RGB | rgb(185, 142, 176) |
| HSL | hsl(313, 24%, 64%) |
| CMYK | cmyk(0%, 23%, 5%, 28%) |
| LAB | lab(64.0 22.0 -11.5) |
| LCH | lch(64.0 24.8 332.4) |
| OKLCH | oklch(0.698 0.070 333.8) |
Copy-ready code
/* CSS */
color: #b98eb0;
background-color: #b98eb0;
/* Tailwind (arbitrary) */
class="text-[#b98eb0] bg-[#b98eb0]"
/* SCSS */
$brand: #b98eb0;
/* SwiftUI */
Color(red: 0.725, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#b98eb0")Accessibility — WCAG contrast
Aa
#b98eb0 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b98eb0 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow4.9%
Key (black)27.5%
Color previews
#b98eb0 text on a black background
contrast 7.56:1
Card sample
#b98eb0 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98eb0;
Background color
Panel with #b98eb0 background
background-color: #b98eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98eb0; background: linear-gradient(135deg, #b98eb0, #B98E93);