#ba29df
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 41, 223
HSL
288°, 74%, 52%
CMYK
17, 82, 0, 13
Luminance
0.1735
Every format
| HEX | #ba29df |
| RGB | rgb(186, 41, 223) |
| HSL | hsl(288, 74%, 52%) |
| CMYK | cmyk(17%, 82%, 0%, 13%) |
| LAB | lab(48.7 77.3 -62.1) |
| LCH | lch(48.7 99.2 321.2) |
| OKLCH | oklch(0.593 0.262 318.0) |
Copy-ready code
/* CSS */
color: #ba29df;
background-color: #ba29df;
/* Tailwind (arbitrary) */
class="text-[#ba29df] bg-[#ba29df]"
/* SCSS */
$brand: #ba29df;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#ba29df")Accessibility — WCAG contrast
Aa
#ba29df on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba29df on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ba29df text on a black background
contrast 4.47:1
Card sample
#ba29df text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba29df;
Background color
Panel with #ba29df background
background-color: #ba29df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba29df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba29df; background: linear-gradient(135deg, #ba29df, #DF298B);