#ba15ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 21, 206
HSL
294°, 82%, 45%
CMYK
10, 90, 0, 19
Luminance
0.1543
Every format
| HEX | #ba15ce |
| RGB | rgb(186, 21, 206) |
| HSL | hsl(294, 82%, 45%) |
| CMYK | cmyk(10%, 90%, 0%, 19%) |
| LAB | lab(46.2 78.4 -56.4) |
| LCH | lch(46.2 96.6 324.3) |
| OKLCH | oklch(0.572 0.261 322.7) |
Copy-ready code
/* CSS */
color: #ba15ce;
background-color: #ba15ce;
/* Tailwind (arbitrary) */
class="text-[#ba15ce] bg-[#ba15ce]"
/* SCSS */
$brand: #ba15ce;
/* SwiftUI */
Color(red: 0.729, green: 0.082, blue: 0.808)
/* Android */
Color.parseColor("#ba15ce")Accessibility — WCAG contrast
Aa
#ba15ce on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba15ce on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green8.2%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta89.8%
Yellow0.0%
Key (black)19.2%
Color previews
#ba15ce text on a black background
contrast 4.09:1
Card sample
#ba15ce text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba15ce;
Background color
Panel with #ba15ce background
background-color: #ba15ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba15ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 21, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 21, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba15ce; background: linear-gradient(135deg, #ba15ce, #CE1567);