#b28eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
178, 142, 179
HSL
298°, 20%, 63%
CMYK
1, 21, 0, 30
Luminance
0.3207
Every format
| HEX | #b28eb3 |
| RGB | rgb(178, 142, 179) |
| HSL | hsl(298, 20%, 63%) |
| CMYK | cmyk(1%, 21%, 0%, 30%) |
| LAB | lab(63.4 20.1 -14.2) |
| LCH | lch(63.4 24.6 324.8) |
| OKLCH | oklch(0.692 0.067 325.4) |
Copy-ready code
/* CSS */
color: #b28eb3;
background-color: #b28eb3;
/* Tailwind (arbitrary) */
class="text-[#b28eb3] bg-[#b28eb3]"
/* SCSS */
$brand: #b28eb3;
/* SwiftUI */
Color(red: 0.698, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#b28eb3")Accessibility — WCAG contrast
Aa
#b28eb3 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28eb3 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green55.7%
Blue70.2%
CMYK percentages
Cyan0.6%
Magenta20.7%
Yellow0.0%
Key (black)29.8%
Color previews
#b28eb3 text on a black background
contrast 7.41:1
Card sample
#b28eb3 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28eb3;
Background color
Panel with #b28eb3 background
background-color: #b28eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28eb3; background: linear-gradient(135deg, #b28eb3, #B38E9B);