#ba60cf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 96, 207
HSL
289°, 54%, 59%
CMYK
10, 54, 0, 19
Luminance
0.2331
Every format
| HEX | #ba60cf |
| RGB | rgb(186, 96, 207) |
| HSL | hsl(289, 54%, 59%) |
| CMYK | cmyk(10%, 54%, 0%, 19%) |
| LAB | lab(55.4 53.0 -42.4) |
| LCH | lch(55.4 67.9 321.4) |
| OKLCH | oklch(0.638 0.182 319.8) |
Copy-ready code
/* CSS */
color: #ba60cf;
background-color: #ba60cf;
/* Tailwind (arbitrary) */
class="text-[#ba60cf] bg-[#ba60cf]"
/* SCSS */
$brand: #ba60cf;
/* SwiftUI */
Color(red: 0.729, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#ba60cf")Accessibility — WCAG contrast
Aa
#ba60cf on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba60cf on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.6%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ba60cf text on a black background
contrast 5.66:1
Card sample
#ba60cf text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba60cf;
Background color
Panel with #ba60cf background
background-color: #ba60cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba60cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba60cf; background: linear-gradient(135deg, #ba60cf, #CF609A);