#ba0cdd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
186, 12, 221
HSL
290°, 90%, 46%
CMYK
16, 95, 0, 13
Luminance
0.1592
Every format
| HEX | #ba0cdd |
| RGB | rgb(186, 12, 221) |
| HSL | hsl(290, 90%, 46%) |
| CMYK | cmyk(16%, 95%, 0%, 13%) |
| LAB | lab(46.9 81.9 -64.0) |
| LCH | lch(46.9 104.0 322.0) |
| OKLCH | oklch(0.579 0.275 319.0) |
Copy-ready code
/* CSS */
color: #ba0cdd;
background-color: #ba0cdd;
/* Tailwind (arbitrary) */
class="text-[#ba0cdd] bg-[#ba0cdd]"
/* SCSS */
$brand: #ba0cdd;
/* SwiftUI */
Color(red: 0.729, green: 0.047, blue: 0.867)
/* Android */
Color.parseColor("#ba0cdd")Accessibility — WCAG contrast
Aa
#ba0cdd on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0cdd on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green4.7%
Blue86.7%
CMYK percentages
Cyan15.8%
Magenta94.6%
Yellow0.0%
Key (black)13.3%
Color previews
#ba0cdd text on a black background
contrast 4.18:1
Card sample
#ba0cdd text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0cdd;
Background color
Panel with #ba0cdd background
background-color: #ba0cdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0cdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 12, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 12, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0cdd; background: linear-gradient(135deg, #ba0cdd, #DD0C75);