#bc43df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 67, 223
HSL
287°, 71%, 57%
CMYK
16, 70, 0, 13
Luminance
0.2003
Every format
| HEX | #bc43df |
| RGB | rgb(188, 67, 223) |
| HSL | hsl(287, 71%, 57%) |
| CMYK | cmyk(16%, 70%, 0%, 13%) |
| LAB | lab(51.9 69.4 -57.0) |
| LCH | lch(51.9 89.8 320.6) |
| OKLCH | oklch(0.616 0.237 317.6) |
Copy-ready code
/* CSS */
color: #bc43df;
background-color: #bc43df;
/* Tailwind (arbitrary) */
class="text-[#bc43df] bg-[#bc43df]"
/* SCSS */
$brand: #bc43df;
/* SwiftUI */
Color(red: 0.737, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#bc43df")Accessibility — WCAG contrast
Aa
#bc43df on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc43df on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green26.3%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta70.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bc43df text on a black background
contrast 5.01:1
Card sample
#bc43df text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc43df;
Background color
Panel with #bc43df background
background-color: #bc43df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc43df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc43df; background: linear-gradient(135deg, #bc43df, #DF439A);