#ba8ba3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 139, 163
HSL
329°, 25%, 64%
CMYK
0, 25, 12, 27
Luminance
0.3155
Every format
| HEX | #ba8ba3 |
| RGB | rgb(186, 139, 163) |
| HSL | hsl(329, 25%, 64%) |
| CMYK | cmyk(0%, 25%, 12%, 27%) |
| LAB | lab(63.0 21.7 -5.7) |
| LCH | lch(63.0 22.4 345.3) |
| OKLCH | oklch(0.689 0.065 346.9) |
Copy-ready code
/* CSS */
color: #ba8ba3;
background-color: #ba8ba3;
/* Tailwind (arbitrary) */
class="text-[#ba8ba3] bg-[#ba8ba3]"
/* SCSS */
$brand: #ba8ba3;
/* SwiftUI */
Color(red: 0.729, green: 0.545, blue: 0.639)
/* Android */
Color.parseColor("#ba8ba3")Accessibility — WCAG contrast
Aa
#ba8ba3 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8ba3 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.5%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow12.4%
Key (black)27.1%
Color previews
#ba8ba3 text on a black background
contrast 7.31:1
Card sample
#ba8ba3 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8ba3;
Background color
Panel with #ba8ba3 background
background-color: #ba8ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 139, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 139, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8ba3; background: linear-gradient(135deg, #ba8ba3, #BA928B);