#ba1fd8
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 31, 216
HSL
290°, 75%, 48%
CMYK
14, 86, 0, 15
Luminance
0.1638
Every format
| HEX | #ba1fd8 |
| RGB | rgb(186, 31, 216) |
| HSL | hsl(290, 75%, 48%) |
| CMYK | cmyk(14%, 86%, 0%, 15%) |
| LAB | lab(47.5 78.3 -60.1) |
| LCH | lch(47.5 98.8 322.5) |
| OKLCH | oklch(0.582 0.263 320.0) |
Copy-ready code
/* CSS */
color: #ba1fd8;
background-color: #ba1fd8;
/* Tailwind (arbitrary) */
class="text-[#ba1fd8] bg-[#ba1fd8]"
/* SCSS */
$brand: #ba1fd8;
/* SwiftUI */
Color(red: 0.729, green: 0.122, blue: 0.847)
/* Android */
Color.parseColor("#ba1fd8")Accessibility — WCAG contrast
Aa
#ba1fd8 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1fd8 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green12.2%
Blue84.7%
CMYK percentages
Cyan13.9%
Magenta85.6%
Yellow0.0%
Key (black)15.3%
Color previews
#ba1fd8 text on a black background
contrast 4.28:1
Card sample
#ba1fd8 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1fd8;
Background color
Panel with #ba1fd8 background
background-color: #ba1fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 31, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 31, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1fd8; background: linear-gradient(135deg, #ba1fd8, #D81F7A);