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