#ba0dcd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 13, 205
HSL
294°, 88%, 43%
CMYK
9, 94, 0, 20
Luminance
0.1513
Every format
| HEX | #ba0dcd |
| RGB | rgb(186, 13, 205) |
| HSL | hsl(294, 88%, 43%) |
| CMYK | cmyk(9%, 94%, 0%, 20%) |
| LAB | lab(45.8 79.2 -56.5) |
| LCH | lch(45.8 97.3 324.5) |
| OKLCH | oklch(0.569 0.264 323.1) |
Copy-ready code
/* CSS */
color: #ba0dcd;
background-color: #ba0dcd;
/* Tailwind (arbitrary) */
class="text-[#ba0dcd] bg-[#ba0dcd]"
/* SCSS */
$brand: #ba0dcd;
/* SwiftUI */
Color(red: 0.729, green: 0.051, blue: 0.804)
/* Android */
Color.parseColor("#ba0dcd")Accessibility — WCAG contrast
Aa
#ba0dcd on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0dcd on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.1%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta93.7%
Yellow0.0%
Key (black)19.6%
Color previews
#ba0dcd text on a black background
contrast 4.03:1
Card sample
#ba0dcd text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0dcd;
Background color
Panel with #ba0dcd background
background-color: #ba0dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 13, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 13, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0dcd; background: linear-gradient(135deg, #ba0dcd, #CD0D60);