#ba5afb
a light, electric violet · warm · closest name: slateblue
RGB
186, 90, 251
HSL
276°, 95%, 67%
CMYK
26, 64, 0, 2
Luminance
0.2472
Every format
| HEX | #ba5afb |
| RGB | rgb(186, 90, 251) |
| HSL | hsl(276, 95%, 67%) |
| CMYK | cmyk(26%, 64%, 0%, 2%) |
| LAB | lab(56.8 65.0 -64.8) |
| LCH | lch(56.8 91.8 315.1) |
| OKLCH | oklch(0.656 0.235 308.7) |
Copy-ready code
/* CSS */
color: #ba5afb;
background-color: #ba5afb;
/* Tailwind (arbitrary) */
class="text-[#ba5afb] bg-[#ba5afb]"
/* SCSS */
$brand: #ba5afb;
/* SwiftUI */
Color(red: 0.729, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#ba5afb")Accessibility — WCAG contrast
Aa
#ba5afb on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5afb on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green35.3%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#ba5afb text on a black background
contrast 5.94:1
Card sample
#ba5afb text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5afb;
Background color
Panel with #ba5afb background
background-color: #ba5afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5afb; background: linear-gradient(135deg, #ba5afb, #FB5AD1);