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