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