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