#b43bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
180, 59, 223
HSL
284°, 72%, 55%
CMYK
19, 74, 0, 13
Luminance
0.1816
Every format
| HEX | #b43bdf |
| RGB | rgb(180, 59, 223) |
| HSL | hsl(284, 72%, 55%) |
| CMYK | cmyk(19%, 74%, 0%, 13%) |
| LAB | lab(49.7 70.8 -60.6) |
| LCH | lch(49.7 93.2 319.4) |
| OKLCH | oklch(0.598 0.243 315.4) |
Copy-ready code
/* CSS */
color: #b43bdf;
background-color: #b43bdf;
/* Tailwind (arbitrary) */
class="text-[#b43bdf] bg-[#b43bdf]"
/* SCSS */
$brand: #b43bdf;
/* SwiftUI */
Color(red: 0.706, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#b43bdf")Accessibility — WCAG contrast
Aa
#b43bdf on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b43bdf on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green23.1%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b43bdf text on a black background
contrast 4.63:1
Card sample
#b43bdf text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b43bdf;
Background color
Panel with #b43bdf background
background-color: #b43bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b43bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b43bdf; background: linear-gradient(135deg, #b43bdf, #DF3B9D);