#b43dfb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 61, 251
HSL
278°, 96%, 61%
CMYK
28, 76, 0, 2
Luminance
0.2001
Every format
| HEX | #b43dfb |
| RGB | rgb(180, 61, 251) |
| HSL | hsl(278, 96%, 61%) |
| CMYK | cmyk(28%, 76%, 0%, 2%) |
| LAB | lab(51.8 75.6 -72.9) |
| LCH | lch(51.8 105.0 316.1) |
| OKLCH | oklch(0.619 0.266 308.9) |
Copy-ready code
/* CSS */
color: #b43dfb;
background-color: #b43dfb;
/* Tailwind (arbitrary) */
class="text-[#b43dfb] bg-[#b43dfb]"
/* SCSS */
$brand: #b43dfb;
/* SwiftUI */
Color(red: 0.706, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#b43dfb")Accessibility — WCAG contrast
Aa
#b43dfb on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b43dfb on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green23.9%
Blue98.4%
CMYK percentages
Cyan28.3%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#b43dfb text on a black background
contrast 5.00:1
Card sample
#b43dfb text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b43dfb;
Background color
Panel with #b43dfb background
background-color: #b43dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b43dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b43dfb; background: linear-gradient(135deg, #b43dfb, #FB3DC3);