#ba71f7
a light, electric violet · warm · closest name: violet
RGB
186, 113, 247
HSL
273°, 89%, 71%
CMYK
25, 54, 0, 3
Luminance
0.2896
Every format
| HEX | #ba71f7 |
| RGB | rgb(186, 113, 247) |
| HSL | hsl(273, 89%, 71%) |
| CMYK | cmyk(25%, 54%, 0%, 3%) |
| LAB | lab(60.8 52.8 -56.3) |
| LCH | lch(60.8 77.2 313.2) |
| OKLCH | oklch(0.684 0.198 307.1) |
Copy-ready code
/* CSS */
color: #ba71f7;
background-color: #ba71f7;
/* Tailwind (arbitrary) */
class="text-[#ba71f7] bg-[#ba71f7]"
/* SCSS */
$brand: #ba71f7;
/* SwiftUI */
Color(red: 0.729, green: 0.443, blue: 0.969)
/* Android */
Color.parseColor("#ba71f7")Accessibility — WCAG contrast
Aa
#ba71f7 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba71f7 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.3%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta54.3%
Yellow0.0%
Key (black)3.1%
Color previews
#ba71f7 text on a black background
contrast 6.79:1
Card sample
#ba71f7 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba71f7;
Background color
Panel with #ba71f7 background
background-color: #ba71f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba71f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 113, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 113, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba71f7; background: linear-gradient(135deg, #ba71f7, #F771DB);