#bc54eb
a balanced, electric violet · warm · closest name: orchid
RGB
188, 84, 235
HSL
281°, 79%, 63%
CMYK
20, 64, 0, 8
Luminance
0.2303
Every format
| HEX | #bc54eb |
| RGB | rgb(188, 84, 235) |
| HSL | hsl(281, 79%, 63%) |
| CMYK | cmyk(20%, 64%, 0%, 8%) |
| LAB | lab(55.1 64.8 -58.6) |
| LCH | lch(55.1 87.3 317.8) |
| OKLCH | oklch(0.641 0.228 313.6) |
Copy-ready code
/* CSS */
color: #bc54eb;
background-color: #bc54eb;
/* Tailwind (arbitrary) */
class="text-[#bc54eb] bg-[#bc54eb]"
/* SCSS */
$brand: #bc54eb;
/* SwiftUI */
Color(red: 0.737, green: 0.329, blue: 0.922)
/* Android */
Color.parseColor("#bc54eb")Accessibility — WCAG contrast
Aa
#bc54eb on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc54eb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green32.9%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta64.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bc54eb text on a black background
contrast 5.61:1
Card sample
#bc54eb text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc54eb;
Background color
Panel with #bc54eb background
background-color: #bc54eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc54eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 84, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 84, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc54eb; background: linear-gradient(135deg, #bc54eb, #EB54B5);