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