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