#ba96fd
a light, electric violet · warm · closest name: violet
RGB
186, 150, 253
HSL
261°, 96%, 79%
CMYK
27, 41, 0, 1
Luminance
0.3934
Every format
| HEX | #ba96fd |
| RGB | rgb(186, 150, 253) |
| HSL | hsl(261, 96%, 79%) |
| CMYK | cmyk(27%, 41%, 0%, 1%) |
| LAB | lab(69.0 34.2 -46.5) |
| LCH | lch(69.0 57.7 306.3) |
| OKLCH | oklch(0.747 0.148 298.9) |
Copy-ready code
/* CSS */
color: #ba96fd;
background-color: #ba96fd;
/* Tailwind (arbitrary) */
class="text-[#ba96fd] bg-[#ba96fd]"
/* SCSS */
$brand: #ba96fd;
/* SwiftUI */
Color(red: 0.729, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#ba96fd")Accessibility — WCAG contrast
Aa
#ba96fd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba96fd on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.8%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ba96fd text on a black background
contrast 8.87:1
Card sample
#ba96fd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba96fd;
Background color
Panel with #ba96fd background
background-color: #ba96fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba96fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba96fd; background: linear-gradient(135deg, #ba96fd, #FD96FB);