#ba68fd
a light, electric violet · warm · closest name: slateblue
RGB
186, 104, 253
HSL
273°, 97%, 70%
CMYK
27, 59, 0, 1
Luminance
0.2743
Every format
| HEX | #ba68fd |
| RGB | rgb(186, 104, 253) |
| HSL | hsl(273, 97%, 70%) |
| CMYK | cmyk(27%, 59%, 0%, 1%) |
| LAB | lab(59.4 58.7 -61.8) |
| LCH | lch(59.4 85.3 313.6) |
| OKLCH | oklch(0.675 0.218 306.9) |
Copy-ready code
/* CSS */
color: #ba68fd;
background-color: #ba68fd;
/* Tailwind (arbitrary) */
class="text-[#ba68fd] bg-[#ba68fd]"
/* SCSS */
$brand: #ba68fd;
/* SwiftUI */
Color(red: 0.729, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#ba68fd")Accessibility — WCAG contrast
Aa
#ba68fd on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba68fd on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.8%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ba68fd text on a black background
contrast 6.49:1
Card sample
#ba68fd text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba68fd;
Background color
Panel with #ba68fd background
background-color: #ba68fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba68fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba68fd; background: linear-gradient(135deg, #ba68fd, #FD68DD);