#bc2cfd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 44, 253
HSL
281°, 98%, 58%
CMYK
26, 83, 0, 1
Luminance
0.1958
Every format
| HEX | #bc2cfd |
| RGB | rgb(188, 44, 253) |
| HSL | hsl(281, 98%, 58%) |
| CMYK | cmyk(26%, 83%, 0%, 1%) |
| LAB | lab(51.4 82.3 -74.7) |
| LCH | lch(51.4 111.2 317.8) |
| OKLCH | oklch(0.618 0.284 311.7) |
Copy-ready code
/* CSS */
color: #bc2cfd;
background-color: #bc2cfd;
/* Tailwind (arbitrary) */
class="text-[#bc2cfd] bg-[#bc2cfd]"
/* SCSS */
$brand: #bc2cfd;
/* SwiftUI */
Color(red: 0.737, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#bc2cfd")Accessibility — WCAG contrast
Aa
#bc2cfd on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc2cfd on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green17.3%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bc2cfd text on a black background
contrast 4.92:1
Card sample
#bc2cfd text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2cfd;
Background color
Panel with #bc2cfd background
background-color: #bc2cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2cfd; background: linear-gradient(135deg, #bc2cfd, #FD2CB3);