#ba4ceb
a balanced, electric violet · warm · closest name: orchid
RGB
186, 76, 235
HSL
282°, 80%, 61%
CMYK
21, 68, 0, 8
Luminance
0.2161
Every format
| HEX | #ba4ceb |
| RGB | rgb(186, 76, 235) |
| HSL | hsl(282, 80%, 61%) |
| CMYK | cmyk(21%, 68%, 0%, 8%) |
| LAB | lab(53.6 67.8 -61.0) |
| LCH | lch(53.6 91.2 318.0) |
| OKLCH | oklch(0.630 0.237 313.5) |
Copy-ready code
/* CSS */
color: #ba4ceb;
background-color: #ba4ceb;
/* Tailwind (arbitrary) */
class="text-[#ba4ceb] bg-[#ba4ceb]"
/* SCSS */
$brand: #ba4ceb;
/* SwiftUI */
Color(red: 0.729, green: 0.298, blue: 0.922)
/* Android */
Color.parseColor("#ba4ceb")Accessibility — WCAG contrast
Aa
#ba4ceb on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4ceb on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.8%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta67.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ba4ceb text on a black background
contrast 5.32:1
Card sample
#ba4ceb text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4ceb;
Background color
Panel with #ba4ceb background
background-color: #ba4ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 76, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 76, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4ceb; background: linear-gradient(135deg, #ba4ceb, #EB4CB2);