#ba1acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
186, 26, 207
HSL
293°, 78%, 46%
CMYK
10, 87, 0, 19
Luminance
0.1568
Every format
| HEX | #ba1acf |
| RGB | rgb(186, 26, 207) |
| HSL | hsl(293, 78%, 46%) |
| CMYK | cmyk(10%, 87%, 0%, 19%) |
| LAB | lab(46.6 77.8 -56.4) |
| LCH | lch(46.6 96.1 324.0) |
| OKLCH | oklch(0.574 0.259 322.4) |
Copy-ready code
/* CSS */
color: #ba1acf;
background-color: #ba1acf;
/* Tailwind (arbitrary) */
class="text-[#ba1acf] bg-[#ba1acf]"
/* SCSS */
$brand: #ba1acf;
/* SwiftUI */
Color(red: 0.729, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#ba1acf")Accessibility — WCAG contrast
Aa
#ba1acf on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1acf on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green10.2%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta87.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ba1acf text on a black background
contrast 4.14:1
Card sample
#ba1acf text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1acf;
Background color
Panel with #ba1acf background
background-color: #ba1acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1acf; background: linear-gradient(135deg, #ba1acf, #CF1A6B);