#ba09dc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 9, 220
HSL
290°, 92%, 45%
CMYK
16, 96, 0, 14
Luminance
0.1580
Every format
| HEX | #ba09dc |
| RGB | rgb(186, 9, 220) |
| HSL | hsl(290, 92%, 45%) |
| CMYK | cmyk(16%, 96%, 0%, 14%) |
| LAB | lab(46.7 82.0 -63.6) |
| LCH | lch(46.7 103.8 322.2) |
| OKLCH | oklch(0.578 0.275 319.3) |
Copy-ready code
/* CSS */
color: #ba09dc;
background-color: #ba09dc;
/* Tailwind (arbitrary) */
class="text-[#ba09dc] bg-[#ba09dc]"
/* SCSS */
$brand: #ba09dc;
/* SwiftUI */
Color(red: 0.729, green: 0.035, blue: 0.863)
/* Android */
Color.parseColor("#ba09dc")Accessibility — WCAG contrast
Aa
#ba09dc on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba09dc on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.5%
Blue86.3%
CMYK percentages
Cyan15.5%
Magenta95.9%
Yellow0.0%
Key (black)13.7%
Color previews
#ba09dc text on a black background
contrast 4.16:1
Card sample
#ba09dc text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba09dc;
Background color
Panel with #ba09dc background
background-color: #ba09dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba09dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 9, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 9, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba09dc; background: linear-gradient(135deg, #ba09dc, #DC0971);