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