#bc3cff
a balanced, electric violet · warm · closest name: magenta
RGB
188, 60, 255
HSL
279°, 100%, 62%
CMYK
26, 77, 0, 0
Luminance
0.2114
Every format
| HEX | #bc3cff |
| RGB | rgb(188, 60, 255) |
| HSL | hsl(279, 100%, 62%) |
| CMYK | cmyk(26%, 77%, 0%, 0%) |
| LAB | lab(53.1 78.1 -73.0) |
| LCH | lch(53.1 106.9 316.9) |
| OKLCH | oklch(0.631 0.272 310.6) |
Copy-ready code
/* CSS */
color: #bc3cff;
background-color: #bc3cff;
/* Tailwind (arbitrary) */
class="text-[#bc3cff] bg-[#bc3cff]"
/* SCSS */
$brand: #bc3cff;
/* SwiftUI */
Color(red: 0.737, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#bc3cff")Accessibility — WCAG contrast
Aa
#bc3cff on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3cff on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.5%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bc3cff text on a black background
contrast 5.23:1
Card sample
#bc3cff text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3cff;
Background color
Panel with #bc3cff background
background-color: #bc3cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3cff; background: linear-gradient(135deg, #bc3cff, #FF3CC0);