#ba5cfd
a light, electric violet · warm · closest name: slateblue
RGB
186, 92, 253
HSL
275°, 98%, 68%
CMYK
27, 64, 0, 1
Luminance
0.2519
Every format
| HEX | #ba5cfd |
| RGB | rgb(186, 92, 253) |
| HSL | hsl(275, 98%, 68%) |
| CMYK | cmyk(27%, 64%, 0%, 1%) |
| LAB | lab(57.3 64.5 -65.2) |
| LCH | lch(57.3 91.7 314.7) |
| OKLCH | oklch(0.660 0.234 308.1) |
Copy-ready code
/* CSS */
color: #ba5cfd;
background-color: #ba5cfd;
/* Tailwind (arbitrary) */
class="text-[#ba5cfd] bg-[#ba5cfd]"
/* SCSS */
$brand: #ba5cfd;
/* SwiftUI */
Color(red: 0.729, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#ba5cfd")Accessibility — WCAG contrast
Aa
#ba5cfd on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5cfd on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.1%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ba5cfd text on a black background
contrast 6.04:1
Card sample
#ba5cfd text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5cfd;
Background color
Panel with #ba5cfd background
background-color: #ba5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5cfd; background: linear-gradient(135deg, #ba5cfd, #FD5CD5);