#bc46fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 70, 253
HSL
279°, 98%, 63%
CMYK
26, 72, 0, 1
Luminance
0.2216
Every format
| HEX | #bc46fd |
| RGB | rgb(188, 70, 253) |
| HSL | hsl(279, 98%, 63%) |
| CMYK | cmyk(26%, 72%, 0%, 1%) |
| LAB | lab(54.2 74.1 -70.1) |
| LCH | lch(54.2 102.0 316.6) |
| OKLCH | oklch(0.638 0.261 310.4) |
Copy-ready code
/* CSS */
color: #bc46fd;
background-color: #bc46fd;
/* Tailwind (arbitrary) */
class="text-[#bc46fd] bg-[#bc46fd]"
/* SCSS */
$brand: #bc46fd;
/* SwiftUI */
Color(red: 0.737, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#bc46fd")Accessibility — WCAG contrast
Aa
#bc46fd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc46fd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green27.5%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#bc46fd text on a black background
contrast 5.43:1
Card sample
#bc46fd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc46fd;
Background color
Panel with #bc46fd background
background-color: #bc46fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc46fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc46fd; background: linear-gradient(135deg, #bc46fd, #FD46C4);