#bc22eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 34, 235
HSL
286°, 83%, 53%
CMYK
20, 86, 0, 8
Luminance
0.1783
Every format
| HEX | #bc22eb |
| RGB | rgb(188, 34, 235) |
| HSL | hsl(286, 83%, 53%) |
| CMYK | cmyk(20%, 86%, 0%, 8%) |
| LAB | lab(49.3 81.3 -68.0) |
| LCH | lch(49.3 106.0 320.1) |
| OKLCH | oklch(0.600 0.276 315.9) |
Copy-ready code
/* CSS */
color: #bc22eb;
background-color: #bc22eb;
/* Tailwind (arbitrary) */
class="text-[#bc22eb] bg-[#bc22eb]"
/* SCSS */
$brand: #bc22eb;
/* SwiftUI */
Color(red: 0.737, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#bc22eb")Accessibility — WCAG contrast
Aa
#bc22eb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc22eb on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green13.3%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bc22eb text on a black background
contrast 4.57:1
Card sample
#bc22eb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc22eb;
Background color
Panel with #bc22eb background
background-color: #bc22eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc22eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc22eb; background: linear-gradient(135deg, #bc22eb, #EB2294);