#bc3dfd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 61, 253
HSL
280°, 98%, 62%
CMYK
26, 76, 0, 1
Luminance
0.2112
Every format
| HEX | #bc3dfd |
| RGB | rgb(188, 61, 253) |
| HSL | hsl(280, 98%, 62%) |
| CMYK | cmyk(26%, 76%, 0%, 1%) |
| LAB | lab(53.1 77.3 -71.9) |
| LCH | lch(53.1 105.6 317.1) |
| OKLCH | oklch(0.630 0.270 310.9) |
Copy-ready code
/* CSS */
color: #bc3dfd;
background-color: #bc3dfd;
/* Tailwind (arbitrary) */
class="text-[#bc3dfd] bg-[#bc3dfd]"
/* SCSS */
$brand: #bc3dfd;
/* SwiftUI */
Color(red: 0.737, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#bc3dfd")Accessibility — WCAG contrast
Aa
#bc3dfd on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3dfd on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.9%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bc3dfd text on a black background
contrast 5.22:1
Card sample
#bc3dfd text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3dfd;
Background color
Panel with #bc3dfd background
background-color: #bc3dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3dfd; background: linear-gradient(135deg, #bc3dfd, #FD3DBE);