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