#b37eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
179, 126, 179
HSL
300°, 26%, 60%
CMYK
0, 30, 0, 30
Luminance
0.2776
Every format
| HEX | #b37eb3 |
| RGB | rgb(179, 126, 179) |
| HSL | hsl(300, 26%, 60%) |
| CMYK | cmyk(0%, 30%, 0%, 30%) |
| LAB | lab(59.7 29.4 -19.8) |
| LCH | lch(59.7 35.5 326.0) |
| OKLCH | oklch(0.664 0.097 326.6) |
Copy-ready code
/* CSS */
color: #b37eb3;
background-color: #b37eb3;
/* Tailwind (arbitrary) */
class="text-[#b37eb3] bg-[#b37eb3]"
/* SCSS */
$brand: #b37eb3;
/* SwiftUI */
Color(red: 0.702, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#b37eb3")Accessibility — WCAG contrast
Aa
#b37eb3 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37eb3 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow0.0%
Key (black)29.8%
Color previews
#b37eb3 text on a black background
contrast 6.55:1
Card sample
#b37eb3 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37eb3;
Background color
Panel with #b37eb3 background
background-color: #b37eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37eb3; background: linear-gradient(135deg, #b37eb3, #B37E90);