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