#bc00eb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 0, 235
HSL
288°, 100%, 46%
CMYK
20, 100, 0, 8
Luminance
0.1669
Every format
| HEX | #bc00eb |
| RGB | rgb(188, 0, 235) |
| HSL | hsl(288, 100%, 46%) |
| CMYK | cmyk(20%, 100%, 0%, 8%) |
| LAB | lab(47.9 85.6 -70.3) |
| LCH | lch(47.9 110.7 320.6) |
| OKLCH | oklch(0.590 0.288 316.4) |
Copy-ready code
/* CSS */
color: #bc00eb;
background-color: #bc00eb;
/* Tailwind (arbitrary) */
class="text-[#bc00eb] bg-[#bc00eb]"
/* SCSS */
$brand: #bc00eb;
/* SwiftUI */
Color(red: 0.737, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#bc00eb")Accessibility — WCAG contrast
Aa
#bc00eb on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc00eb on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green0.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bc00eb text on a black background
contrast 4.34:1
Card sample
#bc00eb text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc00eb;
Background color
Panel with #bc00eb background
background-color: #bc00eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc00eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc00eb; background: linear-gradient(135deg, #bc00eb, #EB007D);