#ba8fbc
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 143, 188
HSL
297°, 25%, 65%
CMYK
1, 24, 0, 26
Luminance
0.3371
Every format
| HEX | #ba8fbc |
| RGB | rgb(186, 143, 188) |
| HSL | hsl(297, 25%, 65%) |
| CMYK | cmyk(1%, 24%, 0%, 26%) |
| LAB | lab(64.7 24.0 -17.1) |
| LCH | lch(64.7 29.5 324.5) |
| OKLCH | oklch(0.705 0.081 324.9) |
Copy-ready code
/* CSS */
color: #ba8fbc;
background-color: #ba8fbc;
/* Tailwind (arbitrary) */
class="text-[#ba8fbc] bg-[#ba8fbc]"
/* SCSS */
$brand: #ba8fbc;
/* SwiftUI */
Color(red: 0.729, green: 0.561, blue: 0.737)
/* Android */
Color.parseColor("#ba8fbc")Accessibility — WCAG contrast
Aa
#ba8fbc on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8fbc on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.1%
Blue73.7%
CMYK percentages
Cyan1.1%
Magenta23.9%
Yellow0.0%
Key (black)26.3%
Color previews
#ba8fbc text on a black background
contrast 7.74:1
Card sample
#ba8fbc text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8fbc;
Background color
Panel with #ba8fbc background
background-color: #ba8fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 143, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 143, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8fbc; background: linear-gradient(135deg, #ba8fbc, #BC8FA0);