#bc39fc
a balanced, electric violet · warm · closest name: magenta
RGB
188, 57, 252
HSL
280°, 97%, 61%
CMYK
25, 77, 0, 1
Luminance
0.2065
Every format
| HEX | #bc39fc |
| RGB | rgb(188, 57, 252) |
| HSL | hsl(280, 97%, 61%) |
| CMYK | cmyk(25%, 77%, 0%, 1%) |
| LAB | lab(52.6 78.5 -72.2) |
| LCH | lch(52.6 106.6 317.4) |
| OKLCH | oklch(0.626 0.273 311.3) |
Copy-ready code
/* CSS */
color: #bc39fc;
background-color: #bc39fc;
/* Tailwind (arbitrary) */
class="text-[#bc39fc] bg-[#bc39fc]"
/* SCSS */
$brand: #bc39fc;
/* SwiftUI */
Color(red: 0.737, green: 0.224, blue: 0.988)
/* Android */
Color.parseColor("#bc39fc")Accessibility — WCAG contrast
Aa
#bc39fc on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc39fc on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green22.4%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta77.4%
Yellow0.0%
Key (black)1.2%
Color previews
#bc39fc text on a black background
contrast 5.13:1
Card sample
#bc39fc text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc39fc;
Background color
Panel with #bc39fc background
background-color: #bc39fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc39fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 57, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 57, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc39fc; background: linear-gradient(135deg, #bc39fc, #FC39BA);