#ba6dfe
a light, electric violet · warm · closest name: slateblue
RGB
186, 109, 254
HSL
272°, 99%, 71%
CMYK
27, 57, 0, 0
Luminance
0.2853
Every format
| HEX | #ba6dfe |
| RGB | rgb(186, 109, 254) |
| HSL | hsl(272, 99%, 71%) |
| CMYK | cmyk(27%, 57%, 0%, 0%) |
| LAB | lab(60.4 56.5 -60.8) |
| LCH | lch(60.4 82.9 312.9) |
| OKLCH | oklch(0.682 0.212 306.1) |
Copy-ready code
/* CSS */
color: #ba6dfe;
background-color: #ba6dfe;
/* Tailwind (arbitrary) */
class="text-[#ba6dfe] bg-[#ba6dfe]"
/* SCSS */
$brand: #ba6dfe;
/* SwiftUI */
Color(red: 0.729, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#ba6dfe")Accessibility — WCAG contrast
Aa
#ba6dfe on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6dfe on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.7%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#ba6dfe text on a black background
contrast 6.71:1
Card sample
#ba6dfe text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6dfe;
Background color
Panel with #ba6dfe background
background-color: #ba6dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6dfe; background: linear-gradient(135deg, #ba6dfe, #FE6DE1);