#ba29a7
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 41, 167
HSL
308°, 64%, 45%
CMYK
0, 78, 10, 27
Luminance
0.1482
Every format
| HEX | #ba29a7 |
| RGB | rgb(186, 41, 167) |
| HSL | hsl(308, 64%, 45%) |
| CMYK | cmyk(0%, 78%, 10%, 27%) |
| LAB | lab(45.4 68.2 -34.9) |
| LCH | lch(45.4 76.6 332.9) |
| OKLCH | oklch(0.558 0.220 334.2) |
Copy-ready code
/* CSS */
color: #ba29a7;
background-color: #ba29a7;
/* Tailwind (arbitrary) */
class="text-[#ba29a7] bg-[#ba29a7]"
/* SCSS */
$brand: #ba29a7;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.655)
/* Android */
Color.parseColor("#ba29a7")Accessibility — WCAG contrast
Aa
#ba29a7 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba29a7 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow10.2%
Key (black)27.1%
Color previews
#ba29a7 text on a black background
contrast 3.96:1
Card sample
#ba29a7 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba29a7;
Background color
Panel with #ba29a7 background
background-color: #ba29a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba29a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba29a7; background: linear-gradient(135deg, #ba29a7, #BA2946);