#ba31df
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 49, 223
HSL
287°, 73%, 53%
CMYK
17, 78, 0, 13
Luminance
0.1796
Every format
| HEX | #ba31df |
| RGB | rgb(186, 49, 223) |
| HSL | hsl(287, 73%, 53%) |
| CMYK | cmyk(17%, 78%, 0%, 13%) |
| LAB | lab(49.5 75.1 -60.9) |
| LCH | lch(49.5 96.7 320.9) |
| OKLCH | oklch(0.598 0.255 317.7) |
Copy-ready code
/* CSS */
color: #ba31df;
background-color: #ba31df;
/* Tailwind (arbitrary) */
class="text-[#ba31df] bg-[#ba31df]"
/* SCSS */
$brand: #ba31df;
/* SwiftUI */
Color(red: 0.729, green: 0.192, blue: 0.875)
/* Android */
Color.parseColor("#ba31df")Accessibility — WCAG contrast
Aa
#ba31df on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba31df on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green19.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta78.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ba31df text on a black background
contrast 4.59:1
Card sample
#ba31df text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba31df;
Background color
Panel with #ba31df background
background-color: #ba31df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba31df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 49, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 49, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba31df; background: linear-gradient(135deg, #ba31df, #DF3190);