#ba4df7
a balanced, electric violet · warm · closest name: magenta
RGB
186, 77, 247
HSL
279°, 91%, 64%
CMYK
25, 69, 0, 3
Luminance
0.2246
Every format
| HEX | #ba4df7 |
| RGB | rgb(186, 77, 247) |
| HSL | hsl(279, 91%, 64%) |
| CMYK | cmyk(25%, 69%, 0%, 3%) |
| LAB | lab(54.5 69.8 -66.3) |
| LCH | lch(54.5 96.2 316.5) |
| OKLCH | oklch(0.639 0.247 310.6) |
Copy-ready code
/* CSS */
color: #ba4df7;
background-color: #ba4df7;
/* Tailwind (arbitrary) */
class="text-[#ba4df7] bg-[#ba4df7]"
/* SCSS */
$brand: #ba4df7;
/* SwiftUI */
Color(red: 0.729, green: 0.302, blue: 0.969)
/* Android */
Color.parseColor("#ba4df7")Accessibility — WCAG contrast
Aa
#ba4df7 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4df7 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green30.2%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta68.8%
Yellow0.0%
Key (black)3.1%
Color previews
#ba4df7 text on a black background
contrast 5.49:1
Card sample
#ba4df7 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4df7;
Background color
Panel with #ba4df7 background
background-color: #ba4df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 77, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 77, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4df7; background: linear-gradient(135deg, #ba4df7, #F74DC3);