#ba91f3
a light, electric violet · warm · closest name: plum
RGB
186, 145, 243
HSL
265°, 80%, 76%
CMYK
24, 40, 0, 5
Luminance
0.3716
Every format
| HEX | #ba91f3 |
| RGB | rgb(186, 145, 243) |
| HSL | hsl(265, 80%, 76%) |
| CMYK | cmyk(24%, 40%, 0%, 5%) |
| LAB | lab(67.4 34.6 -43.6) |
| LCH | lch(67.4 55.7 308.5) |
| OKLCH | oklch(0.733 0.143 302.3) |
Copy-ready code
/* CSS */
color: #ba91f3;
background-color: #ba91f3;
/* Tailwind (arbitrary) */
class="text-[#ba91f3] bg-[#ba91f3]"
/* SCSS */
$brand: #ba91f3;
/* SwiftUI */
Color(red: 0.729, green: 0.569, blue: 0.953)
/* Android */
Color.parseColor("#ba91f3")Accessibility — WCAG contrast
Aa
#ba91f3 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba91f3 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.9%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta40.3%
Yellow0.0%
Key (black)4.7%
Color previews
#ba91f3 text on a black background
contrast 8.43:1
Card sample
#ba91f3 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba91f3;
Background color
Panel with #ba91f3 background
background-color: #ba91f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba91f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 145, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 145, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba91f3; background: linear-gradient(135deg, #ba91f3, #F391EB);