#bc20eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 32, 235
HSL
286°, 84%, 52%
CMYK
20, 86, 0, 8
Luminance
0.1772
Every format
| HEX | #bc20eb |
| RGB | rgb(188, 32, 235) |
| HSL | hsl(286, 84%, 52%) |
| CMYK | cmyk(20%, 86%, 0%, 8%) |
| LAB | lab(49.2 81.7 -68.2) |
| LCH | lch(49.2 106.5 320.2) |
| OKLCH | oklch(0.599 0.277 316.0) |
Copy-ready code
/* CSS */
color: #bc20eb;
background-color: #bc20eb;
/* Tailwind (arbitrary) */
class="text-[#bc20eb] bg-[#bc20eb]"
/* SCSS */
$brand: #bc20eb;
/* SwiftUI */
Color(red: 0.737, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#bc20eb")Accessibility — WCAG contrast
Aa
#bc20eb on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc20eb on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green12.5%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bc20eb text on a black background
contrast 4.54:1
Card sample
#bc20eb text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc20eb;
Background color
Panel with #bc20eb background
background-color: #bc20eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc20eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc20eb; background: linear-gradient(135deg, #bc20eb, #EB2093);