#bc34fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 52, 253
HSL
281°, 98%, 60%
CMYK
26, 79, 0, 1
Luminance
0.2024
Every format
| HEX | #bc34fd |
| RGB | rgb(188, 52, 253) |
| HSL | hsl(281, 98%, 60%) |
| CMYK | cmyk(26%, 79%, 0%, 1%) |
| LAB | lab(52.1 80.2 -73.5) |
| LCH | lch(52.1 108.8 317.5) |
| OKLCH | oklch(0.624 0.278 311.4) |
Copy-ready code
/* CSS */
color: #bc34fd;
background-color: #bc34fd;
/* Tailwind (arbitrary) */
class="text-[#bc34fd] bg-[#bc34fd]"
/* SCSS */
$brand: #bc34fd;
/* SwiftUI */
Color(red: 0.737, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#bc34fd")Accessibility — WCAG contrast
Aa
#bc34fd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc34fd on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green20.4%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bc34fd text on a black background
contrast 5.05:1
Card sample
#bc34fd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc34fd;
Background color
Panel with #bc34fd background
background-color: #bc34fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc34fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc34fd; background: linear-gradient(135deg, #bc34fd, #FD34B8);