#bc2eed
a balanced, electric violet · warm · closest name: magenta
RGB
188, 46, 237
HSL
285°, 84%, 56%
CMYK
21, 81, 0, 7
Luminance
0.1876
Every format
| HEX | #bc2eed |
| RGB | rgb(188, 46, 237) |
| HSL | hsl(285, 84%, 56%) |
| CMYK | cmyk(21%, 81%, 0%, 7%) |
| LAB | lab(50.4 78.8 -67.3) |
| LCH | lch(50.4 103.7 319.5) |
| OKLCH | oklch(0.608 0.270 315.1) |
Copy-ready code
/* CSS */
color: #bc2eed;
background-color: #bc2eed;
/* Tailwind (arbitrary) */
class="text-[#bc2eed] bg-[#bc2eed]"
/* SCSS */
$brand: #bc2eed;
/* SwiftUI */
Color(red: 0.737, green: 0.180, blue: 0.929)
/* Android */
Color.parseColor("#bc2eed")Accessibility — WCAG contrast
Aa
#bc2eed on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc2eed on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green18.0%
Blue92.9%
CMYK percentages
Cyan20.7%
Magenta80.6%
Yellow0.0%
Key (black)7.1%
Color previews
#bc2eed text on a black background
contrast 4.75:1
Card sample
#bc2eed text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2eed;
Background color
Panel with #bc2eed background
background-color: #bc2eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 46, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 46, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2eed; background: linear-gradient(135deg, #bc2eed, #ED2E9F);