#b48eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
180, 142, 179
HSL
302°, 20%, 63%
CMYK
0, 21, 1, 29
Luminance
0.3230
Every format
| HEX | #b48eb3 |
| RGB | rgb(180, 142, 179) |
| HSL | hsl(302, 20%, 63%) |
| CMYK | cmyk(0%, 21%, 1%, 29%) |
| LAB | lab(63.6 20.8 -13.9) |
| LCH | lch(63.6 25.0 326.3) |
| OKLCH | oklch(0.694 0.069 327.1) |
Copy-ready code
/* CSS */
color: #b48eb3;
background-color: #b48eb3;
/* Tailwind (arbitrary) */
class="text-[#b48eb3] bg-[#b48eb3]"
/* SCSS */
$brand: #b48eb3;
/* SwiftUI */
Color(red: 0.706, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#b48eb3")Accessibility — WCAG contrast
Aa
#b48eb3 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b48eb3 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green55.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow0.6%
Key (black)29.4%
Color previews
#b48eb3 text on a black background
contrast 7.46:1
Card sample
#b48eb3 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b48eb3;
Background color
Panel with #b48eb3 background
background-color: #b48eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b48eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b48eb3; background: linear-gradient(135deg, #b48eb3, #B48E9A);