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