#ba6cfd
a light, electric violet · warm · closest name: slateblue
RGB
186, 108, 253
HSL
272°, 97%, 71%
CMYK
27, 57, 0, 1
Luminance
0.2826
Every format
| HEX | #ba6cfd |
| RGB | rgb(186, 108, 253) |
| HSL | hsl(272, 97%, 71%) |
| CMYK | cmyk(27%, 57%, 0%, 1%) |
| LAB | lab(60.1 56.7 -60.6) |
| LCH | lch(60.1 83.0 313.1) |
| OKLCH | oklch(0.680 0.212 306.4) |
Copy-ready code
/* CSS */
color: #ba6cfd;
background-color: #ba6cfd;
/* Tailwind (arbitrary) */
class="text-[#ba6cfd] bg-[#ba6cfd]"
/* SCSS */
$brand: #ba6cfd;
/* SwiftUI */
Color(red: 0.729, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#ba6cfd")Accessibility — WCAG contrast
Aa
#ba6cfd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6cfd on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.4%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ba6cfd text on a black background
contrast 6.65:1
Card sample
#ba6cfd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6cfd;
Background color
Panel with #ba6cfd background
background-color: #ba6cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6cfd; background: linear-gradient(135deg, #ba6cfd, #FD6CDF);