#ba0cda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
186, 12, 218
HSL
291°, 90%, 45%
CMYK
15, 95, 0, 15
Luminance
0.1576
Every format
| HEX | #ba0cda |
| RGB | rgb(186, 12, 218) |
| HSL | hsl(291, 90%, 45%) |
| CMYK | cmyk(15%, 95%, 0%, 15%) |
| LAB | lab(46.7 81.4 -62.6) |
| LCH | lch(46.7 102.7 322.5) |
| OKLCH | oklch(0.577 0.273 319.8) |
Copy-ready code
/* CSS */
color: #ba0cda;
background-color: #ba0cda;
/* Tailwind (arbitrary) */
class="text-[#ba0cda] bg-[#ba0cda]"
/* SCSS */
$brand: #ba0cda;
/* SwiftUI */
Color(red: 0.729, green: 0.047, blue: 0.855)
/* Android */
Color.parseColor("#ba0cda")Accessibility — WCAG contrast
Aa
#ba0cda on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0cda on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green4.7%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta94.5%
Yellow0.0%
Key (black)14.5%
Color previews
#ba0cda text on a black background
contrast 4.15:1
Card sample
#ba0cda text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0cda;
Background color
Panel with #ba0cda background
background-color: #ba0cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 12, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 12, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0cda; background: linear-gradient(135deg, #ba0cda, #DA0C71);