#ba29cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 41, 207
HSL
292°, 67%, 49%
CMYK
10, 80, 0, 19
Luminance
0.1653
Every format
| HEX | #ba29cf |
| RGB | rgb(186, 41, 207) |
| HSL | hsl(292, 67%, 49%) |
| CMYK | cmyk(10%, 80%, 0%, 19%) |
| LAB | lab(47.7 74.5 -54.7) |
| LCH | lch(47.7 92.4 323.7) |
| OKLCH | oklch(0.582 0.249 322.1) |
Copy-ready code
/* CSS */
color: #ba29cf;
background-color: #ba29cf;
/* Tailwind (arbitrary) */
class="text-[#ba29cf] bg-[#ba29cf]"
/* SCSS */
$brand: #ba29cf;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.812)
/* Android */
Color.parseColor("#ba29cf")Accessibility — WCAG contrast
Aa
#ba29cf on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba29cf on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta80.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ba29cf text on a black background
contrast 4.31:1
Card sample
#ba29cf text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba29cf;
Background color
Panel with #ba29cf background
background-color: #ba29cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba29cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba29cf; background: linear-gradient(135deg, #ba29cf, #CF2975);