#bc2ee2
a balanced, electric violet · warm · closest name: magenta
RGB
188, 46, 226
HSL
287°, 76%, 53%
CMYK
17, 80, 0, 11
Luminance
0.1814
Every format
| HEX | #bc2ee2 |
| RGB | rgb(188, 46, 226) |
| HSL | hsl(287, 76%, 53%) |
| CMYK | cmyk(17%, 80%, 0%, 11%) |
| LAB | lab(49.7 76.8 -62.3) |
| LCH | lch(49.7 98.9 321.0) |
| OKLCH | oklch(0.601 0.261 317.7) |
Copy-ready code
/* CSS */
color: #bc2ee2;
background-color: #bc2ee2;
/* Tailwind (arbitrary) */
class="text-[#bc2ee2] bg-[#bc2ee2]"
/* SCSS */
$brand: #bc2ee2;
/* SwiftUI */
Color(red: 0.737, green: 0.180, blue: 0.886)
/* Android */
Color.parseColor("#bc2ee2")Accessibility — WCAG contrast
Aa
#bc2ee2 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2ee2 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green18.0%
Blue88.6%
CMYK percentages
Cyan16.8%
Magenta79.6%
Yellow0.0%
Key (black)11.4%
Color previews
#bc2ee2 text on a black background
contrast 4.63:1
Card sample
#bc2ee2 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2ee2;
Background color
Panel with #bc2ee2 background
background-color: #bc2ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 46, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 46, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2ee2; background: linear-gradient(135deg, #bc2ee2, #E22E90);