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