#bc39fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 57, 253
HSL
280°, 98%, 61%
CMYK
26, 78, 0, 1
Luminance
0.2071
Every format
| HEX | #bc39fd |
| RGB | rgb(188, 57, 253) |
| HSL | hsl(280, 98%, 61%) |
| CMYK | cmyk(26%, 78%, 0%, 1%) |
| LAB | lab(52.6 78.7 -72.7) |
| LCH | lch(52.6 107.1 317.3) |
| OKLCH | oklch(0.627 0.273 311.1) |
Copy-ready code
/* CSS */
color: #bc39fd;
background-color: #bc39fd;
/* Tailwind (arbitrary) */
class="text-[#bc39fd] bg-[#bc39fd]"
/* SCSS */
$brand: #bc39fd;
/* SwiftUI */
Color(red: 0.737, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#bc39fd")Accessibility — WCAG contrast
Aa
#bc39fd on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc39fd on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green22.4%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#bc39fd text on a black background
contrast 5.14:1
Card sample
#bc39fd text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc39fd;
Background color
Panel with #bc39fd background
background-color: #bc39fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc39fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc39fd; background: linear-gradient(135deg, #bc39fd, #FD39BB);