#ba299c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 41, 156
HSL
312°, 64%, 45%
CMYK
0, 78, 16, 27
Luminance
0.1443
Every format
| HEX | #ba299c |
| RGB | rgb(186, 41, 156) |
| HSL | hsl(312, 64%, 45%) |
| CMYK | cmyk(0%, 78%, 16%, 27%) |
| LAB | lab(44.8 66.6 -29.2) |
| LCH | lch(44.8 72.7 336.3) |
| OKLCH | oklch(0.553 0.213 338.1) |
Copy-ready code
/* CSS */
color: #ba299c;
background-color: #ba299c;
/* Tailwind (arbitrary) */
class="text-[#ba299c] bg-[#ba299c]"
/* SCSS */
$brand: #ba299c;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.612)
/* Android */
Color.parseColor("#ba299c")Accessibility — WCAG contrast
Aa
#ba299c on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba299c on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow16.1%
Key (black)27.1%
Color previews
#ba299c text on a black background
contrast 3.89:1
Card sample
#ba299c text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba299c;
Background color
Panel with #ba299c background
background-color: #ba299c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba299c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba299c; background: linear-gradient(135deg, #ba299c, #BA293B);