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