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