#ba1dc2
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 29, 194
HSL
297°, 74%, 44%
CMYK
4, 85, 0, 24
Luminance
0.1521
Every format
| HEX | #ba1dc2 |
| RGB | rgb(186, 29, 194) |
| HSL | hsl(297, 74%, 44%) |
| CMYK | cmyk(4%, 85%, 0%, 24%) |
| LAB | lab(45.9 75.1 -49.9) |
| LCH | lch(45.9 90.2 326.4) |
| OKLCH | oklch(0.567 0.248 325.9) |
Copy-ready code
/* CSS */
color: #ba1dc2;
background-color: #ba1dc2;
/* Tailwind (arbitrary) */
class="text-[#ba1dc2] bg-[#ba1dc2]"
/* SCSS */
$brand: #ba1dc2;
/* SwiftUI */
Color(red: 0.729, green: 0.114, blue: 0.761)
/* Android */
Color.parseColor("#ba1dc2")Accessibility — WCAG contrast
Aa
#ba1dc2 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1dc2 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.4%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta85.1%
Yellow0.0%
Key (black)23.9%
Color previews
#ba1dc2 text on a black background
contrast 4.04:1
Card sample
#ba1dc2 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1dc2;
Background color
Panel with #ba1dc2 background
background-color: #ba1dc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1dc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 29, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 29, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1dc2; background: linear-gradient(135deg, #ba1dc2, #C21D5C);