#bc1dfd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 29, 253
HSL
283°, 98%, 55%
CMYK
26, 89, 0, 1
Luminance
0.1866
Every format
| HEX | #bc1dfd |
| RGB | rgb(188, 29, 253) |
| HSL | hsl(283, 98%, 55%) |
| CMYK | cmyk(26%, 89%, 0%, 1%) |
| LAB | lab(50.3 85.5 -76.5) |
| LCH | lch(50.3 114.7 318.2) |
| OKLCH | oklch(0.611 0.292 312.1) |
Copy-ready code
/* CSS */
color: #bc1dfd;
background-color: #bc1dfd;
/* Tailwind (arbitrary) */
class="text-[#bc1dfd] bg-[#bc1dfd]"
/* SCSS */
$brand: #bc1dfd;
/* SwiftUI */
Color(red: 0.737, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#bc1dfd")Accessibility — WCAG contrast
Aa
#bc1dfd on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc1dfd on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green11.4%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#bc1dfd text on a black background
contrast 4.73:1
Card sample
#bc1dfd text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc1dfd;
Background color
Panel with #bc1dfd background
background-color: #bc1dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc1dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc1dfd; background: linear-gradient(135deg, #bc1dfd, #FD1DA9);