#bc32fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 50, 253
HSL
281°, 98%, 59%
CMYK
26, 80, 0, 1
Luminance
0.2006
Every format
| HEX | #bc32fd |
| RGB | rgb(188, 50, 253) |
| HSL | hsl(281, 98%, 59%) |
| CMYK | cmyk(26%, 80%, 0%, 1%) |
| LAB | lab(51.9 80.7 -73.8) |
| LCH | lch(51.9 109.4 317.6) |
| OKLCH | oklch(0.622 0.279 311.4) |
Copy-ready code
/* CSS */
color: #bc32fd;
background-color: #bc32fd;
/* Tailwind (arbitrary) */
class="text-[#bc32fd] bg-[#bc32fd]"
/* SCSS */
$brand: #bc32fd;
/* SwiftUI */
Color(red: 0.737, green: 0.196, blue: 0.992)
/* Android */
Color.parseColor("#bc32fd")Accessibility — WCAG contrast
Aa
#bc32fd on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc32fd on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green19.6%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta80.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bc32fd text on a black background
contrast 5.01:1
Card sample
#bc32fd text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc32fd;
Background color
Panel with #bc32fd background
background-color: #bc32fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc32fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 50, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 50, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc32fd; background: linear-gradient(135deg, #bc32fd, #FD32B7);