#ba6df0
a light, electric violet · warm · closest name: orchid
RGB
186, 109, 240
HSL
275°, 81%, 68%
CMYK
23, 55, 0, 6
Luminance
0.2767
Every format
| HEX | #ba6df0 |
| RGB | rgb(186, 109, 240) |
| HSL | hsl(275, 81%, 68%) |
| CMYK | cmyk(23%, 55%, 0%, 6%) |
| LAB | lab(59.6 53.3 -54.3) |
| LCH | lch(59.6 76.1 314.5) |
| OKLCH | oklch(0.674 0.197 309.2) |
Copy-ready code
/* CSS */
color: #ba6df0;
background-color: #ba6df0;
/* Tailwind (arbitrary) */
class="text-[#ba6df0] bg-[#ba6df0]"
/* SCSS */
$brand: #ba6df0;
/* SwiftUI */
Color(red: 0.729, green: 0.427, blue: 0.941)
/* Android */
Color.parseColor("#ba6df0")Accessibility — WCAG contrast
Aa
#ba6df0 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6df0 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.7%
Blue94.1%
CMYK percentages
Cyan22.5%
Magenta54.6%
Yellow0.0%
Key (black)5.9%
Color previews
#ba6df0 text on a black background
contrast 6.53:1
Card sample
#ba6df0 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6df0;
Background color
Panel with #ba6df0 background
background-color: #ba6df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 109, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 109, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6df0; background: linear-gradient(135deg, #ba6df0, #F06DCF);