#bc3ffc
a balanced, electric violet · warm · closest name: magenta
RGB
188, 63, 252
HSL
280°, 97%, 62%
CMYK
25, 75, 0, 1
Luminance
0.2127
Every format
| HEX | #bc3ffc |
| RGB | rgb(188, 63, 252) |
| HSL | hsl(280, 97%, 62%) |
| CMYK | cmyk(25%, 75%, 0%, 1%) |
| LAB | lab(53.3 76.5 -71.1) |
| LCH | lch(53.3 104.4 317.1) |
| OKLCH | oklch(0.631 0.267 311.0) |
Copy-ready code
/* CSS */
color: #bc3ffc;
background-color: #bc3ffc;
/* Tailwind (arbitrary) */
class="text-[#bc3ffc] bg-[#bc3ffc]"
/* SCSS */
$brand: #bc3ffc;
/* SwiftUI */
Color(red: 0.737, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#bc3ffc")Accessibility — WCAG contrast
Aa
#bc3ffc on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3ffc on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green24.7%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta75.0%
Yellow0.0%
Key (black)1.2%
Color previews
#bc3ffc text on a black background
contrast 5.25:1
Card sample
#bc3ffc text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3ffc;
Background color
Panel with #bc3ffc background
background-color: #bc3ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3ffc; background: linear-gradient(135deg, #bc3ffc, #FC3FBE);