#ba91fd
a light, electric violet · warm · closest name: violet
RGB
186, 145, 253
HSL
263°, 96%, 78%
CMYK
27, 43, 0, 1
Luminance
0.3778
Every format
| HEX | #ba91fd |
| RGB | rgb(186, 145, 253) |
| HSL | hsl(263, 96%, 78%) |
| CMYK | cmyk(27%, 43%, 0%, 1%) |
| LAB | lab(67.9 37.0 -48.3) |
| LCH | lch(67.9 60.8 307.4) |
| OKLCH | oklch(0.738 0.156 300.1) |
Copy-ready code
/* CSS */
color: #ba91fd;
background-color: #ba91fd;
/* Tailwind (arbitrary) */
class="text-[#ba91fd] bg-[#ba91fd]"
/* SCSS */
$brand: #ba91fd;
/* SwiftUI */
Color(red: 0.729, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#ba91fd")Accessibility — WCAG contrast
Aa
#ba91fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba91fd on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.9%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ba91fd text on a black background
contrast 8.56:1
Card sample
#ba91fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba91fd;
Background color
Panel with #ba91fd background
background-color: #ba91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba91fd; background: linear-gradient(135deg, #ba91fd, #FD91F8);