#b46eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
180, 110, 179
HSL
301°, 32%, 57%
CMYK
0, 39, 1, 29
Luminance
0.2411
Every format
| HEX | #b46eb3 |
| RGB | rgb(180, 110, 179) |
| HSL | hsl(301, 32%, 57%) |
| CMYK | cmyk(0%, 39%, 1%, 29%) |
| LAB | lab(56.2 38.6 -25.1) |
| LCH | lch(56.2 46.0 326.9) |
| OKLCH | oklch(0.638 0.127 327.4) |
Copy-ready code
/* CSS */
color: #b46eb3;
background-color: #b46eb3;
/* Tailwind (arbitrary) */
class="text-[#b46eb3] bg-[#b46eb3]"
/* SCSS */
$brand: #b46eb3;
/* SwiftUI */
Color(red: 0.706, green: 0.431, blue: 0.702)
/* Android */
Color.parseColor("#b46eb3")Accessibility — WCAG contrast
Aa
#b46eb3 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46eb3 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green43.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow0.6%
Key (black)29.4%
Color previews
#b46eb3 text on a black background
contrast 5.82:1
Card sample
#b46eb3 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46eb3;
Background color
Panel with #b46eb3 background
background-color: #b46eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 110, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 110, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46eb3; background: linear-gradient(135deg, #b46eb3, #B46E84);