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