#ba64df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 100, 223
HSL
282°, 66%, 63%
CMYK
17, 55, 0, 13
Luminance
0.2488
Every format
| HEX | #ba64df |
| RGB | rgb(186, 100, 223) |
| HSL | hsl(282, 66%, 63%) |
| CMYK | cmyk(17%, 55%, 0%, 13%) |
| LAB | lab(57.0 54.3 -48.9) |
| LCH | lch(57.0 73.1 318.0) |
| OKLCH | oklch(0.652 0.192 314.6) |
Copy-ready code
/* CSS */
color: #ba64df;
background-color: #ba64df;
/* Tailwind (arbitrary) */
class="text-[#ba64df] bg-[#ba64df]"
/* SCSS */
$brand: #ba64df;
/* SwiftUI */
Color(red: 0.729, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#ba64df")Accessibility — WCAG contrast
Aa
#ba64df on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba64df on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green39.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ba64df text on a black background
contrast 5.98:1
Card sample
#ba64df text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba64df;
Background color
Panel with #ba64df background
background-color: #ba64df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba64df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba64df; background: linear-gradient(135deg, #ba64df, #DF64B2);