#ba1fc2
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 31, 194
HSL
297°, 72%, 44%
CMYK
4, 84, 0, 24
Luminance
0.1531
Every format
| HEX | #ba1fc2 |
| RGB | rgb(186, 31, 194) |
| HSL | hsl(297, 72%, 44%) |
| CMYK | cmyk(4%, 84%, 0%, 24%) |
| LAB | lab(46.1 74.7 -49.7) |
| LCH | lch(46.1 89.7 326.4) |
| OKLCH | oklch(0.568 0.247 325.9) |
Copy-ready code
/* CSS */
color: #ba1fc2;
background-color: #ba1fc2;
/* Tailwind (arbitrary) */
class="text-[#ba1fc2] bg-[#ba1fc2]"
/* SCSS */
$brand: #ba1fc2;
/* SwiftUI */
Color(red: 0.729, green: 0.122, blue: 0.761)
/* Android */
Color.parseColor("#ba1fc2")Accessibility — WCAG contrast
Aa
#ba1fc2 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1fc2 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green12.2%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta84.0%
Yellow0.0%
Key (black)23.9%
Color previews
#ba1fc2 text on a black background
contrast 4.06:1
Card sample
#ba1fc2 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1fc2;
Background color
Panel with #ba1fc2 background
background-color: #ba1fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 31, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 31, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1fc2; background: linear-gradient(135deg, #ba1fc2, #C21F5D);