#ba6db2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 109, 178
HSL
306°, 36%, 58%
CMYK
0, 41, 4, 27
Luminance
0.2459
Every format
| HEX | #ba6db2 |
| RGB | rgb(186, 109, 178) |
| HSL | hsl(306, 36%, 58%) |
| CMYK | cmyk(0%, 41%, 4%, 27%) |
| LAB | lab(56.7 40.8 -23.8) |
| LCH | lch(56.7 47.2 329.8) |
| OKLCH | oklch(0.643 0.132 330.8) |
Copy-ready code
/* CSS */
color: #ba6db2;
background-color: #ba6db2;
/* Tailwind (arbitrary) */
class="text-[#ba6db2] bg-[#ba6db2]"
/* SCSS */
$brand: #ba6db2;
/* SwiftUI */
Color(red: 0.729, green: 0.427, blue: 0.698)
/* Android */
Color.parseColor("#ba6db2")Accessibility — WCAG contrast
Aa
#ba6db2 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6db2 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow4.3%
Key (black)27.1%
Color previews
#ba6db2 text on a black background
contrast 5.92:1
Card sample
#ba6db2 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6db2;
Background color
Panel with #ba6db2 background
background-color: #ba6db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 109, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 109, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6db2; background: linear-gradient(135deg, #ba6db2, #BA6D7F);