#bc4ffc
a balanced, electric violet · warm · closest name: magenta
RGB
188, 79, 252
HSL
278°, 97%, 65%
CMYK
25, 69, 0, 1
Luminance
0.2331
Every format
| HEX | #bc4ffc |
| RGB | rgb(188, 79, 252) |
| HSL | hsl(278, 97%, 65%) |
| CMYK | cmyk(25%, 69%, 0%, 1%) |
| LAB | lab(55.4 70.4 -67.6) |
| LCH | lch(55.4 97.6 316.1) |
| OKLCH | oklch(0.646 0.250 310.0) |
Copy-ready code
/* CSS */
color: #bc4ffc;
background-color: #bc4ffc;
/* Tailwind (arbitrary) */
class="text-[#bc4ffc] bg-[#bc4ffc]"
/* SCSS */
$brand: #bc4ffc;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#bc4ffc")Accessibility — WCAG contrast
Aa
#bc4ffc on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4ffc on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#bc4ffc text on a black background
contrast 5.66:1
Card sample
#bc4ffc text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4ffc;
Background color
Panel with #bc4ffc background
background-color: #bc4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4ffc; background: linear-gradient(135deg, #bc4ffc, #FC4FC9);