#ba6def
a light, electric violet · warm · closest name: orchid
RGB
186, 109, 239
HSL
276°, 80%, 68%
CMYK
22, 54, 0, 6
Luminance
0.2761
Every format
| HEX | #ba6def |
| RGB | rgb(186, 109, 239) |
| HSL | hsl(276, 80%, 68%) |
| CMYK | cmyk(22%, 54%, 0%, 6%) |
| LAB | lab(59.5 53.1 -53.8) |
| LCH | lch(59.5 75.6 314.6) |
| OKLCH | oklch(0.673 0.196 309.5) |
Copy-ready code
/* CSS */
color: #ba6def;
background-color: #ba6def;
/* Tailwind (arbitrary) */
class="text-[#ba6def] bg-[#ba6def]"
/* SCSS */
$brand: #ba6def;
/* SwiftUI */
Color(red: 0.729, green: 0.427, blue: 0.937)
/* Android */
Color.parseColor("#ba6def")Accessibility — WCAG contrast
Aa
#ba6def on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6def on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.7%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta54.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ba6def text on a black background
contrast 6.52:1
Card sample
#ba6def text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6def;
Background color
Panel with #ba6def background
background-color: #ba6def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 109, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 109, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6def; background: linear-gradient(135deg, #ba6def, #EF6DCD);