#ba71fe
a light, electric violet · warm · closest name: slateblue
RGB
186, 113, 254
HSL
271°, 99%, 72%
CMYK
27, 56, 0, 0
Luminance
0.2941
Every format
| HEX | #ba71fe |
| RGB | rgb(186, 113, 254) |
| HSL | hsl(271, 99%, 72%) |
| CMYK | cmyk(27%, 56%, 0%, 0%) |
| LAB | lab(61.1 54.4 -59.5) |
| LCH | lch(61.1 80.6 312.4) |
| OKLCH | oklch(0.688 0.206 305.5) |
Copy-ready code
/* CSS */
color: #ba71fe;
background-color: #ba71fe;
/* Tailwind (arbitrary) */
class="text-[#ba71fe] bg-[#ba71fe]"
/* SCSS */
$brand: #ba71fe;
/* SwiftUI */
Color(red: 0.729, green: 0.443, blue: 0.996)
/* Android */
Color.parseColor("#ba71fe")Accessibility — WCAG contrast
Aa
#ba71fe on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba71fe on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.3%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta55.5%
Yellow0.0%
Key (black)0.4%
Color previews
#ba71fe text on a black background
contrast 6.88:1
Card sample
#ba71fe text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba71fe;
Background color
Panel with #ba71fe background
background-color: #ba71fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba71fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 113, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 113, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba71fe; background: linear-gradient(135deg, #ba71fe, #FE71E4);