#ba73f1
a light, electric violet · warm · closest name: orchid
RGB
186, 115, 241
HSL
274°, 82%, 70%
CMYK
23, 52, 0, 6
Luminance
0.2905
Every format
| HEX | #ba73f1 |
| RGB | rgb(186, 115, 241) |
| HSL | hsl(274, 82%, 70%) |
| CMYK | cmyk(23%, 52%, 0%, 6%) |
| LAB | lab(60.8 50.5 -52.8) |
| LCH | lch(60.8 73.0 313.7) |
| OKLCH | oklch(0.683 0.189 308.2) |
Copy-ready code
/* CSS */
color: #ba73f1;
background-color: #ba73f1;
/* Tailwind (arbitrary) */
class="text-[#ba73f1] bg-[#ba73f1]"
/* SCSS */
$brand: #ba73f1;
/* SwiftUI */
Color(red: 0.729, green: 0.451, blue: 0.945)
/* Android */
Color.parseColor("#ba73f1")Accessibility — WCAG contrast
Aa
#ba73f1 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba73f1 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.1%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta52.3%
Yellow0.0%
Key (black)5.5%
Color previews
#ba73f1 text on a black background
contrast 6.81:1
Card sample
#ba73f1 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba73f1;
Background color
Panel with #ba73f1 background
background-color: #ba73f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba73f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 115, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 115, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba73f1; background: linear-gradient(135deg, #ba73f1, #F173D4);