#bc3cfb
a balanced, electric violet · warm · closest name: magenta
RGB
188, 60, 251
HSL
280°, 96%, 61%
CMYK
25, 76, 0, 2
Luminance
0.2089
Every format
| HEX | #bc3cfb |
| RGB | rgb(188, 60, 251) |
| HSL | hsl(280, 96%, 61%) |
| CMYK | cmyk(25%, 76%, 0%, 2%) |
| LAB | lab(52.8 77.3 -71.2) |
| LCH | lch(52.8 105.1 317.3) |
| OKLCH | oklch(0.628 0.269 311.4) |
Copy-ready code
/* CSS */
color: #bc3cfb;
background-color: #bc3cfb;
/* Tailwind (arbitrary) */
class="text-[#bc3cfb] bg-[#bc3cfb]"
/* SCSS */
$brand: #bc3cfb;
/* SwiftUI */
Color(red: 0.737, green: 0.235, blue: 0.984)
/* Android */
Color.parseColor("#bc3cfb")Accessibility — WCAG contrast
Aa
#bc3cfb on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3cfb on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.5%
Blue98.4%
CMYK percentages
Cyan25.1%
Magenta76.1%
Yellow0.0%
Key (black)1.6%
Color previews
#bc3cfb text on a black background
contrast 5.18:1
Card sample
#bc3cfb text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3cfb;
Background color
Panel with #bc3cfb background
background-color: #bc3cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 60, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 60, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3cfb; background: linear-gradient(135deg, #bc3cfb, #FB3CBB);