#b98aa6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
185, 138, 166
HSL
324°, 25%, 63%
CMYK
0, 25, 10, 28
Luminance
0.3124
Every format
| HEX | #b98aa6 |
| RGB | rgb(185, 138, 166) |
| HSL | hsl(324, 25%, 63%) |
| CMYK | cmyk(0%, 25%, 10%, 28%) |
| LAB | lab(62.7 22.4 -7.8) |
| LCH | lch(62.7 23.7 340.9) |
| OKLCH | oklch(0.687 0.068 342.6) |
Copy-ready code
/* CSS */
color: #b98aa6;
background-color: #b98aa6;
/* Tailwind (arbitrary) */
class="text-[#b98aa6] bg-[#b98aa6]"
/* SCSS */
$brand: #b98aa6;
/* SwiftUI */
Color(red: 0.725, green: 0.541, blue: 0.651)
/* Android */
Color.parseColor("#b98aa6")Accessibility — WCAG contrast
Aa
#b98aa6 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b98aa6 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green54.1%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow10.3%
Key (black)27.5%
Color previews
#b98aa6 text on a black background
contrast 7.25:1
Card sample
#b98aa6 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98aa6;
Background color
Panel with #b98aa6 background
background-color: #b98aa6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98aa6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 138, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 138, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98aa6; background: linear-gradient(135deg, #b98aa6, #B98D8A);