#ba5ffd
a light, electric violet · warm · closest name: slateblue
RGB
186, 95, 253
HSL
275°, 98%, 68%
CMYK
27, 63, 0, 1
Luminance
0.2572
Every format
| HEX | #ba5ffd |
| RGB | rgb(186, 95, 253) |
| HSL | hsl(275, 98%, 68%) |
| CMYK | cmyk(27%, 63%, 0%, 1%) |
| LAB | lab(57.8 63.1 -64.4) |
| LCH | lch(57.8 90.1 314.4) |
| OKLCH | oklch(0.663 0.230 307.8) |
Copy-ready code
/* CSS */
color: #ba5ffd;
background-color: #ba5ffd;
/* Tailwind (arbitrary) */
class="text-[#ba5ffd] bg-[#ba5ffd]"
/* SCSS */
$brand: #ba5ffd;
/* SwiftUI */
Color(red: 0.729, green: 0.373, blue: 0.992)
/* Android */
Color.parseColor("#ba5ffd")Accessibility — WCAG contrast
Aa
#ba5ffd on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5ffd on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.3%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta62.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ba5ffd text on a black background
contrast 6.14:1
Card sample
#ba5ffd text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5ffd;
Background color
Panel with #ba5ffd background
background-color: #ba5ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 95, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 95, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5ffd; background: linear-gradient(135deg, #ba5ffd, #FD5FD6);