#bc39f2
a balanced, electric violet · warm · closest name: magenta
RGB
188, 57, 242
HSL
283°, 88%, 59%
CMYK
22, 76, 0, 5
Luminance
0.2003
Every format
| HEX | #bc39f2 |
| RGB | rgb(188, 57, 242) |
| HSL | hsl(283, 88%, 59%) |
| CMYK | cmyk(22%, 76%, 0%, 5%) |
| LAB | lab(51.9 76.5 -67.7) |
| LCH | lch(51.9 102.2 318.5) |
| OKLCH | oklch(0.620 0.264 313.5) |
Copy-ready code
/* CSS */
color: #bc39f2;
background-color: #bc39f2;
/* Tailwind (arbitrary) */
class="text-[#bc39f2] bg-[#bc39f2]"
/* SCSS */
$brand: #bc39f2;
/* SwiftUI */
Color(red: 0.737, green: 0.224, blue: 0.949)
/* Android */
Color.parseColor("#bc39f2")Accessibility — WCAG contrast
Aa
#bc39f2 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc39f2 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green22.4%
Blue94.9%
CMYK percentages
Cyan22.3%
Magenta76.4%
Yellow0.0%
Key (black)5.1%
Color previews
#bc39f2 text on a black background
contrast 5.01:1
Card sample
#bc39f2 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc39f2;
Background color
Panel with #bc39f2 background
background-color: #bc39f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc39f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 57, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 57, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc39f2; background: linear-gradient(135deg, #bc39f2, #F239AD);