#bc12eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 18, 235
HSL
287°, 86%, 50%
CMYK
20, 92, 0, 8
Luminance
0.1712
Every format
| HEX | #bc12eb |
| RGB | rgb(188, 18, 235) |
| HSL | hsl(287, 86%, 50%) |
| CMYK | cmyk(20%, 92%, 0%, 8%) |
| LAB | lab(48.4 83.9 -69.4) |
| LCH | lch(48.4 108.9 320.4) |
| OKLCH | oklch(0.594 0.284 316.2) |
Copy-ready code
/* CSS */
color: #bc12eb;
background-color: #bc12eb;
/* Tailwind (arbitrary) */
class="text-[#bc12eb] bg-[#bc12eb]"
/* SCSS */
$brand: #bc12eb;
/* SwiftUI */
Color(red: 0.737, green: 0.071, blue: 0.922)
/* Android */
Color.parseColor("#bc12eb")Accessibility — WCAG contrast
Aa
#bc12eb on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc12eb on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green7.1%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta92.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bc12eb text on a black background
contrast 4.42:1
Card sample
#bc12eb text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc12eb;
Background color
Panel with #bc12eb background
background-color: #bc12eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc12eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 18, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 18, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc12eb; background: linear-gradient(135deg, #bc12eb, #EB1289);