#bc17eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 23, 235
HSL
287°, 84%, 51%
CMYK
20, 90, 0, 8
Luminance
0.1730
Every format
| HEX | #bc17eb |
| RGB | rgb(188, 23, 235) |
| HSL | hsl(287, 84%, 51%) |
| CMYK | cmyk(20%, 90%, 0%, 8%) |
| LAB | lab(48.6 83.3 -69.0) |
| LCH | lch(48.6 108.2 320.3) |
| OKLCH | oklch(0.595 0.282 316.2) |
Copy-ready code
/* CSS */
color: #bc17eb;
background-color: #bc17eb;
/* Tailwind (arbitrary) */
class="text-[#bc17eb] bg-[#bc17eb]"
/* SCSS */
$brand: #bc17eb;
/* SwiftUI */
Color(red: 0.737, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#bc17eb")Accessibility — WCAG contrast
Aa
#bc17eb on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc17eb on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green9.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bc17eb text on a black background
contrast 4.46:1
Card sample
#bc17eb text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc17eb;
Background color
Panel with #bc17eb background
background-color: #bc17eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc17eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc17eb; background: linear-gradient(135deg, #bc17eb, #EB178D);