#ba4fe4
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 79, 228
HSL
283°, 73%, 60%
CMYK
18, 65, 0, 11
Luminance
0.2163
Every format
| HEX | #ba4fe4 |
| RGB | rgb(186, 79, 228) |
| HSL | hsl(283, 73%, 60%) |
| CMYK | cmyk(18%, 65%, 0%, 11%) |
| LAB | lab(53.6 65.1 -57.0) |
| LCH | lch(53.6 86.5 318.8) |
| OKLCH | oklch(0.629 0.227 315.0) |
Copy-ready code
/* CSS */
color: #ba4fe4;
background-color: #ba4fe4;
/* Tailwind (arbitrary) */
class="text-[#ba4fe4] bg-[#ba4fe4]"
/* SCSS */
$brand: #ba4fe4;
/* SwiftUI */
Color(red: 0.729, green: 0.310, blue: 0.894)
/* Android */
Color.parseColor("#ba4fe4")Accessibility — WCAG contrast
Aa
#ba4fe4 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4fe4 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green31.0%
Blue89.4%
CMYK percentages
Cyan18.4%
Magenta65.4%
Yellow0.0%
Key (black)10.6%
Color previews
#ba4fe4 text on a black background
contrast 5.33:1
Card sample
#ba4fe4 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4fe4;
Background color
Panel with #ba4fe4 background
background-color: #ba4fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 79, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 79, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4fe4; background: linear-gradient(135deg, #ba4fe4, #E44FAB);