#ba48df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 72, 223
HSL
285°, 70%, 58%
CMYK
17, 68, 0, 13
Luminance
0.2040
Every format
| HEX | #ba48df |
| RGB | rgb(186, 72, 223) |
| HSL | hsl(285, 70%, 58%) |
| CMYK | cmyk(17%, 68%, 0%, 13%) |
| LAB | lab(52.3 67.0 -56.4) |
| LCH | lch(52.3 87.6 319.9) |
| OKLCH | oklch(0.618 0.231 316.7) |
Copy-ready code
/* CSS */
color: #ba48df;
background-color: #ba48df;
/* Tailwind (arbitrary) */
class="text-[#ba48df] bg-[#ba48df]"
/* SCSS */
$brand: #ba48df;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#ba48df")Accessibility — WCAG contrast
Aa
#ba48df on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba48df on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ba48df text on a black background
contrast 5.08:1
Card sample
#ba48df text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba48df;
Background color
Panel with #ba48df background
background-color: #ba48df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba48df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba48df; background: linear-gradient(135deg, #ba48df, #DF489F);