#ba12ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 18, 206
HSL
294°, 84%, 44%
CMYK
10, 91, 0, 19
Luminance
0.1533
Every format
| HEX | #ba12ce |
| RGB | rgb(186, 18, 206) |
| HSL | hsl(294, 84%, 44%) |
| CMYK | cmyk(10%, 91%, 0%, 19%) |
| LAB | lab(46.1 78.8 -56.6) |
| LCH | lch(46.1 97.0 324.3) |
| OKLCH | oklch(0.571 0.262 322.8) |
Copy-ready code
/* CSS */
color: #ba12ce;
background-color: #ba12ce;
/* Tailwind (arbitrary) */
class="text-[#ba12ce] bg-[#ba12ce]"
/* SCSS */
$brand: #ba12ce;
/* SwiftUI */
Color(red: 0.729, green: 0.071, blue: 0.808)
/* Android */
Color.parseColor("#ba12ce")Accessibility — WCAG contrast
Aa
#ba12ce on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba12ce on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.1%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta91.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ba12ce text on a black background
contrast 4.07:1
Card sample
#ba12ce text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba12ce;
Background color
Panel with #ba12ce background
background-color: #ba12ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba12ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 18, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 18, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba12ce; background: linear-gradient(135deg, #ba12ce, #CE1265);