#bc35eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 53, 235
HSL
285°, 82%, 57%
CMYK
20, 77, 0, 8
Luminance
0.1924
Every format
| HEX | #bc35eb |
| RGB | rgb(188, 53, 235) |
| HSL | hsl(285, 82%, 57%) |
| CMYK | cmyk(20%, 77%, 0%, 8%) |
| LAB | lab(51.0 76.5 -65.3) |
| LCH | lch(51.0 100.5 319.5) |
| OKLCH | oklch(0.612 0.262 315.3) |
Copy-ready code
/* CSS */
color: #bc35eb;
background-color: #bc35eb;
/* Tailwind (arbitrary) */
class="text-[#bc35eb] bg-[#bc35eb]"
/* SCSS */
$brand: #bc35eb;
/* SwiftUI */
Color(red: 0.737, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#bc35eb")Accessibility — WCAG contrast
Aa
#bc35eb on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc35eb on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green20.8%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta77.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bc35eb text on a black background
contrast 4.85:1
Card sample
#bc35eb text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc35eb;
Background color
Panel with #bc35eb background
background-color: #bc35eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc35eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc35eb; background: linear-gradient(135deg, #bc35eb, #EB35A1);