#bc05fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 5, 253
HSL
284°, 98%, 51%
CMYK
26, 98, 0, 1
Luminance
0.1789
Every format
| HEX | #bc05fd |
| RGB | rgb(188, 5, 253) |
| HSL | hsl(284, 98%, 51%) |
| CMYK | cmyk(26%, 98%, 0%, 1%) |
| LAB | lab(49.4 88.3 -78.0) |
| LCH | lch(49.4 117.8 318.5) |
| OKLCH | oklch(0.605 0.300 312.5) |
Copy-ready code
/* CSS */
color: #bc05fd;
background-color: #bc05fd;
/* Tailwind (arbitrary) */
class="text-[#bc05fd] bg-[#bc05fd]"
/* SCSS */
$brand: #bc05fd;
/* SwiftUI */
Color(red: 0.737, green: 0.020, blue: 0.992)
/* Android */
Color.parseColor("#bc05fd")Accessibility — WCAG contrast
Aa
#bc05fd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc05fd on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green2.0%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta98.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bc05fd text on a black background
contrast 4.58:1
Card sample
#bc05fd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc05fd;
Background color
Panel with #bc05fd background
background-color: #bc05fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc05fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 5, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 5, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc05fd; background: linear-gradient(135deg, #bc05fd, #FD0599);