#ba0ceb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 12, 235
HSL
287°, 90%, 48%
CMYK
21, 95, 0, 8
Luminance
0.1670
Every format
| HEX | #ba0ceb |
| RGB | rgb(186, 12, 235) |
| HSL | hsl(287, 90%, 48%) |
| CMYK | cmyk(21%, 95%, 0%, 8%) |
| LAB | lab(47.9 84.3 -70.3) |
| LCH | lch(47.9 109.8 320.2) |
| OKLCH | oklch(0.590 0.285 315.8) |
Copy-ready code
/* CSS */
color: #ba0ceb;
background-color: #ba0ceb;
/* Tailwind (arbitrary) */
class="text-[#ba0ceb] bg-[#ba0ceb]"
/* SCSS */
$brand: #ba0ceb;
/* SwiftUI */
Color(red: 0.729, green: 0.047, blue: 0.922)
/* Android */
Color.parseColor("#ba0ceb")Accessibility — WCAG contrast
Aa
#ba0ceb on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0ceb on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green4.7%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta94.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ba0ceb text on a black background
contrast 4.34:1
Card sample
#ba0ceb text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0ceb;
Background color
Panel with #ba0ceb background
background-color: #ba0ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 12, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 12, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0ceb; background: linear-gradient(135deg, #ba0ceb, #EB0C87);