#bc52eb
a balanced, electric violet · warm · closest name: orchid
RGB
188, 82, 235
HSL
282°, 79%, 62%
CMYK
20, 65, 0, 8
Luminance
0.2272
Every format
| HEX | #bc52eb |
| RGB | rgb(188, 82, 235) |
| HSL | hsl(282, 79%, 62%) |
| CMYK | cmyk(20%, 65%, 0%, 8%) |
| LAB | lab(54.8 65.6 -59.1) |
| LCH | lch(54.8 88.3 318.0) |
| OKLCH | oklch(0.639 0.230 313.7) |
Copy-ready code
/* CSS */
color: #bc52eb;
background-color: #bc52eb;
/* Tailwind (arbitrary) */
class="text-[#bc52eb] bg-[#bc52eb]"
/* SCSS */
$brand: #bc52eb;
/* SwiftUI */
Color(red: 0.737, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#bc52eb")Accessibility — WCAG contrast
Aa
#bc52eb on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc52eb on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green32.2%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bc52eb text on a black background
contrast 5.54:1
Card sample
#bc52eb text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc52eb;
Background color
Panel with #bc52eb background
background-color: #bc52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc52eb; background: linear-gradient(135deg, #bc52eb, #EB52B4);