#ba7ac3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 122, 195
HSL
293°, 38%, 62%
CMYK
5, 37, 0, 24
Luminance
0.2830
Every format
| HEX | #ba7ac3 |
| RGB | rgb(186, 122, 195) |
| HSL | hsl(293, 38%, 62%) |
| CMYK | cmyk(5%, 37%, 0%, 24%) |
| LAB | lab(60.2 37.0 -28.1) |
| LCH | lch(60.2 46.5 322.8) |
| OKLCH | oklch(0.671 0.126 322.4) |
Copy-ready code
/* CSS */
color: #ba7ac3;
background-color: #ba7ac3;
/* Tailwind (arbitrary) */
class="text-[#ba7ac3] bg-[#ba7ac3]"
/* SCSS */
$brand: #ba7ac3;
/* SwiftUI */
Color(red: 0.729, green: 0.478, blue: 0.765)
/* Android */
Color.parseColor("#ba7ac3")Accessibility — WCAG contrast
Aa
#ba7ac3 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7ac3 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.8%
Blue76.5%
CMYK percentages
Cyan4.6%
Magenta37.4%
Yellow0.0%
Key (black)23.5%
Color previews
#ba7ac3 text on a black background
contrast 6.66:1
Card sample
#ba7ac3 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7ac3;
Background color
Panel with #ba7ac3 background
background-color: #ba7ac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7ac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 122, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 122, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7ac3; background: linear-gradient(135deg, #ba7ac3, #C37A9B);