#ba7baf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 123, 175
HSL
311°, 31%, 61%
CMYK
0, 34, 6, 27
Luminance
0.2770
Every format
| HEX | #ba7baf |
| RGB | rgb(186, 123, 175) |
| HSL | hsl(311, 31%, 61%) |
| CMYK | cmyk(0%, 34%, 6%, 27%) |
| LAB | lab(59.6 32.7 -17.5) |
| LCH | lch(59.6 37.1 331.8) |
| OKLCH | oklch(0.665 0.104 333.1) |
Copy-ready code
/* CSS */
color: #ba7baf;
background-color: #ba7baf;
/* Tailwind (arbitrary) */
class="text-[#ba7baf] bg-[#ba7baf]"
/* SCSS */
$brand: #ba7baf;
/* SwiftUI */
Color(red: 0.729, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#ba7baf")Accessibility — WCAG contrast
Aa
#ba7baf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7baf on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green48.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow5.9%
Key (black)27.1%
Color previews
#ba7baf text on a black background
contrast 6.54:1
Card sample
#ba7baf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7baf;
Background color
Panel with #ba7baf background
background-color: #ba7baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7baf; background: linear-gradient(135deg, #ba7baf, #BA7B85);