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