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