#ba5dfe
a light, electric violet · warm · closest name: slateblue
RGB
186, 93, 254
HSL
275°, 99%, 68%
CMYK
27, 63, 0, 0
Luminance
0.2542
Every format
| HEX | #ba5dfe |
| RGB | rgb(186, 93, 254) |
| HSL | hsl(275, 99%, 68%) |
| CMYK | cmyk(27%, 63%, 0%, 0%) |
| LAB | lab(57.5 64.2 -65.4) |
| LCH | lch(57.5 91.7 314.5) |
| OKLCH | oklch(0.661 0.234 307.8) |
Copy-ready code
/* CSS */
color: #ba5dfe;
background-color: #ba5dfe;
/* Tailwind (arbitrary) */
class="text-[#ba5dfe] bg-[#ba5dfe]"
/* SCSS */
$brand: #ba5dfe;
/* SwiftUI */
Color(red: 0.729, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#ba5dfe")Accessibility — WCAG contrast
Aa
#ba5dfe on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5dfe on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.5%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#ba5dfe text on a black background
contrast 6.08:1
Card sample
#ba5dfe text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5dfe;
Background color
Panel with #ba5dfe background
background-color: #ba5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5dfe; background: linear-gradient(135deg, #ba5dfe, #FE5DD7);