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