#bc4df1
a balanced, electric violet · warm · closest name: magenta
RGB
188, 77, 241
HSL
281°, 85%, 62%
CMYK
22, 68, 0, 6
Luminance
0.2235
Every format
| HEX | #bc4df1 |
| RGB | rgb(188, 77, 241) |
| HSL | hsl(281, 85%, 62%) |
| CMYK | cmyk(22%, 68%, 0%, 6%) |
| LAB | lab(54.4 69.0 -63.1) |
| LCH | lch(54.4 93.5 317.5) |
| OKLCH | oklch(0.637 0.242 312.6) |
Copy-ready code
/* CSS */
color: #bc4df1;
background-color: #bc4df1;
/* Tailwind (arbitrary) */
class="text-[#bc4df1] bg-[#bc4df1]"
/* SCSS */
$brand: #bc4df1;
/* SwiftUI */
Color(red: 0.737, green: 0.302, blue: 0.945)
/* Android */
Color.parseColor("#bc4df1")Accessibility — WCAG contrast
Aa
#bc4df1 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4df1 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green30.2%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta68.0%
Yellow0.0%
Key (black)5.5%
Color previews
#bc4df1 text on a black background
contrast 5.47:1
Card sample
#bc4df1 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4df1;
Background color
Panel with #bc4df1 background
background-color: #bc4df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 77, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 77, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4df1; background: linear-gradient(135deg, #bc4df1, #F14DB9);