#ba73cf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 115, 207
HSL
286°, 49%, 63%
CMYK
10, 44, 0, 19
Luminance
0.2721
Every format
| HEX | #ba73cf |
| RGB | rgb(186, 115, 207) |
| HSL | hsl(286, 49%, 63%) |
| CMYK | cmyk(10%, 44%, 0%, 19%) |
| LAB | lab(59.2 43.2 -36.4) |
| LCH | lch(59.2 56.5 319.9) |
| OKLCH | oklch(0.666 0.151 318.2) |
Copy-ready code
/* CSS */
color: #ba73cf;
background-color: #ba73cf;
/* Tailwind (arbitrary) */
class="text-[#ba73cf] bg-[#ba73cf]"
/* SCSS */
$brand: #ba73cf;
/* SwiftUI */
Color(red: 0.729, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#ba73cf")Accessibility — WCAG contrast
Aa
#ba73cf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba73cf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.1%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta44.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ba73cf text on a black background
contrast 6.44:1
Card sample
#ba73cf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba73cf;
Background color
Panel with #ba73cf background
background-color: #ba73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba73cf; background: linear-gradient(135deg, #ba73cf, #CF73A7);