#ba3ceb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 60, 235
HSL
283°, 81%, 58%
CMYK
21, 75, 0, 8
Luminance
0.1967
Every format
| HEX | #ba3ceb |
| RGB | rgb(186, 60, 235) |
| HSL | hsl(283, 81%, 58%) |
| CMYK | cmyk(21%, 75%, 0%, 8%) |
| LAB | lab(51.5 73.8 -64.5) |
| LCH | lch(51.5 98.0 318.9) |
| OKLCH | oklch(0.615 0.255 314.4) |
Copy-ready code
/* CSS */
color: #ba3ceb;
background-color: #ba3ceb;
/* Tailwind (arbitrary) */
class="text-[#ba3ceb] bg-[#ba3ceb]"
/* SCSS */
$brand: #ba3ceb;
/* SwiftUI */
Color(red: 0.729, green: 0.235, blue: 0.922)
/* Android */
Color.parseColor("#ba3ceb")Accessibility — WCAG contrast
Aa
#ba3ceb on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3ceb on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green23.5%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta74.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ba3ceb text on a black background
contrast 4.93:1
Card sample
#ba3ceb text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3ceb;
Background color
Panel with #ba3ceb background
background-color: #ba3ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 60, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 60, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3ceb; background: linear-gradient(135deg, #ba3ceb, #EB3CA7);