#ba289f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 40, 159
HSL
311°, 65%, 44%
CMYK
0, 79, 15, 27
Luminance
0.1446
Every format
| HEX | #ba289f |
| RGB | rgb(186, 40, 159) |
| HSL | hsl(311, 65%, 44%) |
| CMYK | cmyk(0%, 79%, 15%, 27%) |
| LAB | lab(44.9 67.3 -30.9) |
| LCH | lch(44.9 74.1 335.3) |
| OKLCH | oklch(0.554 0.216 337.0) |
Copy-ready code
/* CSS */
color: #ba289f;
background-color: #ba289f;
/* Tailwind (arbitrary) */
class="text-[#ba289f] bg-[#ba289f]"
/* SCSS */
$brand: #ba289f;
/* SwiftUI */
Color(red: 0.729, green: 0.157, blue: 0.624)
/* Android */
Color.parseColor("#ba289f")Accessibility — WCAG contrast
Aa
#ba289f on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba289f on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green15.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow14.5%
Key (black)27.1%
Color previews
#ba289f text on a black background
contrast 3.89:1
Card sample
#ba289f text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba289f;
Background color
Panel with #ba289f background
background-color: #ba289f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba289f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 40, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 40, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba289f; background: linear-gradient(135deg, #ba289f, #BA283E);