#ba1fcf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 31, 207
HSL
293°, 74%, 47%
CMYK
10, 85, 0, 19
Luminance
0.1592
Every format
| HEX | #ba1fcf |
| RGB | rgb(186, 31, 207) |
| HSL | hsl(293, 74%, 47%) |
| CMYK | cmyk(10%, 85%, 0%, 19%) |
| LAB | lab(46.9 76.8 -55.9) |
| LCH | lch(46.9 95.0 323.9) |
| OKLCH | oklch(0.576 0.257 322.3) |
Copy-ready code
/* CSS */
color: #ba1fcf;
background-color: #ba1fcf;
/* Tailwind (arbitrary) */
class="text-[#ba1fcf] bg-[#ba1fcf]"
/* SCSS */
$brand: #ba1fcf;
/* SwiftUI */
Color(red: 0.729, green: 0.122, blue: 0.812)
/* Android */
Color.parseColor("#ba1fcf")Accessibility — WCAG contrast
Aa
#ba1fcf on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1fcf on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green12.2%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta85.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ba1fcf text on a black background
contrast 4.18:1
Card sample
#ba1fcf text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1fcf;
Background color
Panel with #ba1fcf background
background-color: #ba1fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 31, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 31, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1fcf; background: linear-gradient(135deg, #ba1fcf, #CF1F6F);