#ba0fad
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 15, 173
HSL
305°, 85%, 39%
CMYK
0, 92, 7, 27
Luminance
0.1380
Every format
| HEX | #ba0fad |
| RGB | rgb(186, 15, 173) |
| HSL | hsl(305, 85%, 39%) |
| CMYK | cmyk(0%, 92%, 7%, 27%) |
| LAB | lab(44.0 74.2 -40.7) |
| LCH | lch(44.0 84.6 331.2) |
| OKLCH | oklch(0.549 0.241 332.2) |
Copy-ready code
/* CSS */
color: #ba0fad;
background-color: #ba0fad;
/* Tailwind (arbitrary) */
class="text-[#ba0fad] bg-[#ba0fad]"
/* SCSS */
$brand: #ba0fad;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.678)
/* Android */
Color.parseColor("#ba0fad")Accessibility — WCAG contrast
Aa
#ba0fad on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0fad on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow7.0%
Key (black)27.1%
Color previews
#ba0fad text on a black background
contrast 3.76:1
Card sample
#ba0fad text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0fad;
Background color
Panel with #ba0fad background
background-color: #ba0fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0fad; background: linear-gradient(135deg, #ba0fad, #BA0F3B);