#bc39f4
a balanced, electric violet · warm · closest name: magenta
RGB
188, 57, 244
HSL
282°, 90%, 59%
CMYK
23, 77, 0, 4
Luminance
0.2015
Every format
| HEX | #bc39f4 |
| RGB | rgb(188, 57, 244) |
| HSL | hsl(282, 90%, 59%) |
| CMYK | cmyk(23%, 77%, 0%, 4%) |
| LAB | lab(52.0 76.9 -68.6) |
| LCH | lch(52.0 103.1 318.3) |
| OKLCH | oklch(0.621 0.266 313.1) |
Copy-ready code
/* CSS */
color: #bc39f4;
background-color: #bc39f4;
/* Tailwind (arbitrary) */
class="text-[#bc39f4] bg-[#bc39f4]"
/* SCSS */
$brand: #bc39f4;
/* SwiftUI */
Color(red: 0.737, green: 0.224, blue: 0.957)
/* Android */
Color.parseColor("#bc39f4")Accessibility — WCAG contrast
Aa
#bc39f4 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc39f4 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green22.4%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta76.6%
Yellow0.0%
Key (black)4.3%
Color previews
#bc39f4 text on a black background
contrast 5.03:1
Card sample
#bc39f4 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc39f4;
Background color
Panel with #bc39f4 background
background-color: #bc39f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc39f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 57, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 57, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc39f4; background: linear-gradient(135deg, #bc39f4, #F439AF);