#ba37df
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 55, 223
HSL
287°, 72%, 55%
CMYK
17, 75, 0, 13
Luminance
0.1850
Every format
| HEX | #ba37df |
| RGB | rgb(186, 55, 223) |
| HSL | hsl(287, 72%, 55%) |
| CMYK | cmyk(17%, 75%, 0%, 13%) |
| LAB | lab(50.1 73.3 -59.9) |
| LCH | lch(50.1 94.6 320.7) |
| OKLCH | oklch(0.602 0.250 317.5) |
Copy-ready code
/* CSS */
color: #ba37df;
background-color: #ba37df;
/* Tailwind (arbitrary) */
class="text-[#ba37df] bg-[#ba37df]"
/* SCSS */
$brand: #ba37df;
/* SwiftUI */
Color(red: 0.729, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#ba37df")Accessibility — WCAG contrast
Aa
#ba37df on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba37df on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green21.6%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ba37df text on a black background
contrast 4.70:1
Card sample
#ba37df text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba37df;
Background color
Panel with #ba37df background
background-color: #ba37df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba37df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba37df; background: linear-gradient(135deg, #ba37df, #DF3794);