#ba6fad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 111, 173
HSL
310°, 35%, 58%
CMYK
0, 40, 7, 27
Luminance
0.2483
Every format
| HEX | #ba6fad |
| RGB | rgb(186, 111, 173) |
| HSL | hsl(310, 35%, 58%) |
| CMYK | cmyk(0%, 40%, 7%, 27%) |
| LAB | lab(56.9 38.9 -20.5) |
| LCH | lch(56.9 43.9 332.1) |
| OKLCH | oklch(0.644 0.124 333.5) |
Copy-ready code
/* CSS */
color: #ba6fad;
background-color: #ba6fad;
/* Tailwind (arbitrary) */
class="text-[#ba6fad] bg-[#ba6fad]"
/* SCSS */
$brand: #ba6fad;
/* SwiftUI */
Color(red: 0.729, green: 0.435, blue: 0.678)
/* Android */
Color.parseColor("#ba6fad")Accessibility — WCAG contrast
Aa
#ba6fad on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6fad on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow7.0%
Key (black)27.1%
Color previews
#ba6fad text on a black background
contrast 5.97:1
Card sample
#ba6fad text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6fad;
Background color
Panel with #ba6fad background
background-color: #ba6fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 111, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 111, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6fad; background: linear-gradient(135deg, #ba6fad, #BA6F7B);