#ba75ba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 117, 186
HSL
300°, 33%, 59%
CMYK
0, 37, 0, 27
Luminance
0.2671
Every format
| HEX | #ba75ba |
| RGB | rgb(186, 117, 186) |
| HSL | hsl(300, 33%, 59%) |
| CMYK | cmyk(0%, 37%, 0%, 27%) |
| LAB | lab(58.7 38.0 -25.2) |
| LCH | lch(58.7 45.6 326.4) |
| OKLCH | oklch(0.659 0.126 326.9) |
Copy-ready code
/* CSS */
color: #ba75ba;
background-color: #ba75ba;
/* Tailwind (arbitrary) */
class="text-[#ba75ba] bg-[#ba75ba]"
/* SCSS */
$brand: #ba75ba;
/* SwiftUI */
Color(red: 0.729, green: 0.459, blue: 0.729)
/* Android */
Color.parseColor("#ba75ba")Accessibility — WCAG contrast
Aa
#ba75ba on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba75ba on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ba75ba text on a black background
contrast 6.34:1
Card sample
#ba75ba text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba75ba;
Background color
Panel with #ba75ba background
background-color: #ba75ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba75ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 117, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 117, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba75ba; background: linear-gradient(135deg, #ba75ba, #BA758C);