#b97eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
185, 126, 179
HSL
306°, 30%, 61%
CMYK
0, 32, 3, 28
Luminance
0.2849
Every format
| HEX | #b97eb3 |
| RGB | rgb(185, 126, 179) |
| HSL | hsl(306, 30%, 61%) |
| CMYK | cmyk(0%, 32%, 3%, 28%) |
| LAB | lab(60.3 31.4 -18.8) |
| LCH | lch(60.3 36.6 329.2) |
| OKLCH | oklch(0.670 0.102 330.2) |
Copy-ready code
/* CSS */
color: #b97eb3;
background-color: #b97eb3;
/* Tailwind (arbitrary) */
class="text-[#b97eb3] bg-[#b97eb3]"
/* SCSS */
$brand: #b97eb3;
/* SwiftUI */
Color(red: 0.725, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#b97eb3")Accessibility — WCAG contrast
Aa
#b97eb3 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b97eb3 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow3.2%
Key (black)27.5%
Color previews
#b97eb3 text on a black background
contrast 6.70:1
Card sample
#b97eb3 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97eb3;
Background color
Panel with #b97eb3 background
background-color: #b97eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97eb3; background: linear-gradient(135deg, #b97eb3, #B97E8C);