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