#ba84ba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 132, 186
HSL
300°, 28%, 62%
CMYK
0, 29, 0, 27
Luminance
0.3049
Every format
| HEX | #ba84ba |
| RGB | rgb(186, 132, 186) |
| HSL | hsl(300, 28%, 62%) |
| CMYK | cmyk(0%, 29%, 0%, 27%) |
| LAB | lab(62.1 29.8 -20.1) |
| LCH | lch(62.1 35.9 326.0) |
| OKLCH | oklch(0.685 0.099 326.6) |
Copy-ready code
/* CSS */
color: #ba84ba;
background-color: #ba84ba;
/* Tailwind (arbitrary) */
class="text-[#ba84ba] bg-[#ba84ba]"
/* SCSS */
$brand: #ba84ba;
/* SwiftUI */
Color(red: 0.729, green: 0.518, blue: 0.729)
/* Android */
Color.parseColor("#ba84ba")Accessibility — WCAG contrast
Aa
#ba84ba on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba84ba on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow0.0%
Key (black)27.1%
Color previews
#ba84ba text on a black background
contrast 7.10:1
Card sample
#ba84ba text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba84ba;
Background color
Panel with #ba84ba background
background-color: #ba84ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba84ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 132, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 132, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba84ba; background: linear-gradient(135deg, #ba84ba, #BA8496);