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