#bc43eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 67, 235
HSL
283°, 81%, 59%
CMYK
20, 72, 0, 8
Luminance
0.2070
Every format
| HEX | #bc43eb |
| RGB | rgb(188, 67, 235) |
| HSL | hsl(283, 81%, 59%) |
| CMYK | cmyk(20%, 72%, 0%, 8%) |
| LAB | lab(52.6 71.7 -62.6) |
| LCH | lch(52.6 95.2 318.9) |
| OKLCH | oklch(0.623 0.248 314.6) |
Copy-ready code
/* CSS */
color: #bc43eb;
background-color: #bc43eb;
/* Tailwind (arbitrary) */
class="text-[#bc43eb] bg-[#bc43eb]"
/* SCSS */
$brand: #bc43eb;
/* SwiftUI */
Color(red: 0.737, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#bc43eb")Accessibility — WCAG contrast
Aa
#bc43eb on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc43eb on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green26.3%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bc43eb text on a black background
contrast 5.14:1
Card sample
#bc43eb text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc43eb;
Background color
Panel with #bc43eb background
background-color: #bc43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc43eb; background: linear-gradient(135deg, #bc43eb, #EB43AA);