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