#ba0fc7
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 15, 199
HSL
296°, 86%, 42%
CMYK
7, 93, 0, 22
Luminance
0.1490
Every format
| HEX | #ba0fc7 |
| RGB | rgb(186, 15, 199) |
| HSL | hsl(296, 86%, 42%) |
| CMYK | cmyk(7%, 93%, 0%, 22%) |
| LAB | lab(45.5 78.1 -53.5) |
| LCH | lch(45.5 94.6 325.6) |
| OKLCH | oklch(0.565 0.259 324.7) |
Copy-ready code
/* CSS */
color: #ba0fc7;
background-color: #ba0fc7;
/* Tailwind (arbitrary) */
class="text-[#ba0fc7] bg-[#ba0fc7]"
/* SCSS */
$brand: #ba0fc7;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.780)
/* Android */
Color.parseColor("#ba0fc7")Accessibility — WCAG contrast
Aa
#ba0fc7 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0fc7 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue78.0%
CMYK percentages
Cyan6.5%
Magenta92.5%
Yellow0.0%
Key (black)22.0%
Color previews
#ba0fc7 text on a black background
contrast 3.98:1
Card sample
#ba0fc7 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0fc7;
Background color
Panel with #ba0fc7 background
background-color: #ba0fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0fc7; background: linear-gradient(135deg, #ba0fc7, #C70F59);