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