#ba7eb1
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 126, 177
HSL
309°, 30%, 61%
CMYK
0, 32, 5, 27
Luminance
0.2854
Every format
| HEX | #ba7eb1 |
| RGB | rgb(186, 126, 177) |
| HSL | hsl(309, 30%, 61%) |
| CMYK | cmyk(0%, 32%, 5%, 27%) |
| LAB | lab(60.4 31.4 -17.5) |
| LCH | lch(60.4 36.0 330.8) |
| OKLCH | oklch(0.671 0.101 332.1) |
Copy-ready code
/* CSS */
color: #ba7eb1;
background-color: #ba7eb1;
/* Tailwind (arbitrary) */
class="text-[#ba7eb1] bg-[#ba7eb1]"
/* SCSS */
$brand: #ba7eb1;
/* SwiftUI */
Color(red: 0.729, green: 0.494, blue: 0.694)
/* Android */
Color.parseColor("#ba7eb1")Accessibility — WCAG contrast
Aa
#ba7eb1 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7eb1 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green49.4%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow4.8%
Key (black)27.1%
Color previews
#ba7eb1 text on a black background
contrast 6.71:1
Card sample
#ba7eb1 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7eb1;
Background color
Panel with #ba7eb1 background
background-color: #ba7eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 126, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 126, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7eb1; background: linear-gradient(135deg, #ba7eb1, #BA7E89);