#bc31eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 49, 235
HSL
285°, 82%, 56%
CMYK
20, 79, 0, 8
Luminance
0.1889
Every format
| HEX | #bc31eb |
| RGB | rgb(188, 49, 235) |
| HSL | hsl(285, 82%, 56%) |
| CMYK | cmyk(20%, 79%, 0%, 8%) |
| LAB | lab(50.6 77.7 -65.9) |
| LCH | lch(50.6 101.9 319.7) |
| OKLCH | oklch(0.609 0.265 315.5) |
Copy-ready code
/* CSS */
color: #bc31eb;
background-color: #bc31eb;
/* Tailwind (arbitrary) */
class="text-[#bc31eb] bg-[#bc31eb]"
/* SCSS */
$brand: #bc31eb;
/* SwiftUI */
Color(red: 0.737, green: 0.192, blue: 0.922)
/* Android */
Color.parseColor("#bc31eb")Accessibility — WCAG contrast
Aa
#bc31eb on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc31eb on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green19.2%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta79.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bc31eb text on a black background
contrast 4.78:1
Card sample
#bc31eb text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc31eb;
Background color
Panel with #bc31eb background
background-color: #bc31eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc31eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 49, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 49, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc31eb; background: linear-gradient(135deg, #bc31eb, #EB319E);