#ba60df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 96, 223
HSL
283°, 67%, 63%
CMYK
17, 57, 0, 13
Luminance
0.2413
Every format
| HEX | #ba60df |
| RGB | rgb(186, 96, 223) |
| HSL | hsl(283, 67%, 63%) |
| CMYK | cmyk(17%, 57%, 0%, 13%) |
| LAB | lab(56.2 56.2 -50.1) |
| LCH | lch(56.2 75.3 318.3) |
| OKLCH | oklch(0.646 0.198 315.0) |
Copy-ready code
/* CSS */
color: #ba60df;
background-color: #ba60df;
/* Tailwind (arbitrary) */
class="text-[#ba60df] bg-[#ba60df]"
/* SCSS */
$brand: #ba60df;
/* SwiftUI */
Color(red: 0.729, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#ba60df")Accessibility — WCAG contrast
Aa
#ba60df on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba60df on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.6%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ba60df text on a black background
contrast 5.83:1
Card sample
#ba60df text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba60df;
Background color
Panel with #ba60df background
background-color: #ba60df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba60df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba60df; background: linear-gradient(135deg, #ba60df, #DF60AF);