#b46982
a balanced, soft magenta / pink · warm · closest name: plum
RGB
180, 105, 130
HSL
340°, 33%, 56%
CMYK
0, 42, 28, 29
Luminance
0.2142
Every format
| HEX | #b46982 |
| RGB | rgb(180, 105, 130) |
| HSL | hsl(340, 33%, 56%) |
| CMYK | cmyk(0%, 42%, 28%, 29%) |
| LAB | lab(53.4 33.1 -0.8) |
| LCH | lch(53.4 33.2 358.7) |
| OKLCH | oklch(0.611 0.100 359.1) |
Copy-ready code
/* CSS */
color: #b46982;
background-color: #b46982;
/* Tailwind (arbitrary) */
class="text-[#b46982] bg-[#b46982]"
/* SCSS */
$brand: #b46982;
/* SwiftUI */
Color(red: 0.706, green: 0.412, blue: 0.510)
/* Android */
Color.parseColor("#b46982")Accessibility — WCAG contrast
Aa
#b46982 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46982 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green41.2%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow27.8%
Key (black)29.4%
Color previews
#b46982 text on a black background
contrast 5.28:1
Card sample
#b46982 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46982;
Background color
Panel with #b46982 background
background-color: #b46982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 105, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 105, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46982; background: linear-gradient(135deg, #b46982, #B48269);