#ba0dcf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 13, 207
HSL
294°, 88%, 43%
CMYK
10, 94, 0, 19
Luminance
0.1523
Every format
| HEX | #ba0dcf |
| RGB | rgb(186, 13, 207) |
| HSL | hsl(294, 88%, 43%) |
| CMYK | cmyk(10%, 94%, 0%, 19%) |
| LAB | lab(46.0 79.5 -57.4) |
| LCH | lch(46.0 98.1 324.2) |
| OKLCH | oklch(0.570 0.265 322.5) |
Copy-ready code
/* CSS */
color: #ba0dcf;
background-color: #ba0dcf;
/* Tailwind (arbitrary) */
class="text-[#ba0dcf] bg-[#ba0dcf]"
/* SCSS */
$brand: #ba0dcf;
/* SwiftUI */
Color(red: 0.729, green: 0.051, blue: 0.812)
/* Android */
Color.parseColor("#ba0dcf")Accessibility — WCAG contrast
Aa
#ba0dcf on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0dcf on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.1%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta93.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ba0dcf text on a black background
contrast 4.05:1
Card sample
#ba0dcf text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0dcf;
Background color
Panel with #ba0dcf background
background-color: #ba0dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 13, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 13, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0dcf; background: linear-gradient(135deg, #ba0dcf, #CF0D63);