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