#ba7cc2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 124, 194
HSL
293°, 37%, 62%
CMYK
4, 36, 0, 24
Luminance
0.2875
Every format
| HEX | #ba7cc2 |
| RGB | rgb(186, 124, 194) |
| HSL | hsl(293, 37%, 62%) |
| CMYK | cmyk(4%, 36%, 0%, 24%) |
| LAB | lab(60.6 35.7 -26.9) |
| LCH | lch(60.6 44.7 323.0) |
| OKLCH | oklch(0.674 0.121 322.7) |
Copy-ready code
/* CSS */
color: #ba7cc2;
background-color: #ba7cc2;
/* Tailwind (arbitrary) */
class="text-[#ba7cc2] bg-[#ba7cc2]"
/* SCSS */
$brand: #ba7cc2;
/* SwiftUI */
Color(red: 0.729, green: 0.486, blue: 0.761)
/* Android */
Color.parseColor("#ba7cc2")Accessibility — WCAG contrast
Aa
#ba7cc2 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7cc2 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green48.6%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta36.1%
Yellow0.0%
Key (black)23.9%
Color previews
#ba7cc2 text on a black background
contrast 6.75:1
Card sample
#ba7cc2 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7cc2;
Background color
Panel with #ba7cc2 background
background-color: #ba7cc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7cc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 124, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 124, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7cc2; background: linear-gradient(135deg, #ba7cc2, #C27C9C);