#bc34df
a balanced, vivid violet · warm · closest name: magenta
RGB
188, 52, 223
HSL
288°, 73%, 54%
CMYK
16, 77, 0, 13
Luminance
0.1848
Every format
| HEX | #bc34df |
| RGB | rgb(188, 52, 223) |
| HSL | hsl(288, 73%, 54%) |
| CMYK | cmyk(16%, 77%, 0%, 13%) |
| LAB | lab(50.1 74.6 -59.9) |
| LCH | lch(50.1 95.7 321.2) |
| OKLCH | oklch(0.603 0.253 318.2) |
Copy-ready code
/* CSS */
color: #bc34df;
background-color: #bc34df;
/* Tailwind (arbitrary) */
class="text-[#bc34df] bg-[#bc34df]"
/* SCSS */
$brand: #bc34df;
/* SwiftUI */
Color(red: 0.737, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#bc34df")Accessibility — WCAG contrast
Aa
#bc34df on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc34df on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green20.4%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bc34df text on a black background
contrast 4.70:1
Card sample
#bc34df text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc34df;
Background color
Panel with #bc34df background
background-color: #bc34df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc34df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc34df; background: linear-gradient(135deg, #bc34df, #DF3490);