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