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