#bc44fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 68, 253
HSL
279°, 98%, 63%
CMYK
26, 73, 0, 1
Luminance
0.2192
Every format
| HEX | #bc44fd |
| RGB | rgb(188, 68, 253) |
| HSL | hsl(279, 98%, 63%) |
| CMYK | cmyk(26%, 73%, 0%, 1%) |
| LAB | lab(53.9 74.9 -70.5) |
| LCH | lch(53.9 102.9 316.7) |
| OKLCH | oklch(0.636 0.263 310.5) |
Copy-ready code
/* CSS */
color: #bc44fd;
background-color: #bc44fd;
/* Tailwind (arbitrary) */
class="text-[#bc44fd] bg-[#bc44fd]"
/* SCSS */
$brand: #bc44fd;
/* SwiftUI */
Color(red: 0.737, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#bc44fd")Accessibility — WCAG contrast
Aa
#bc44fd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc44fd on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green26.7%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#bc44fd text on a black background
contrast 5.38:1
Card sample
#bc44fd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc44fd;
Background color
Panel with #bc44fd background
background-color: #bc44fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc44fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc44fd; background: linear-gradient(135deg, #bc44fd, #FD44C3);