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