#b43fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
180, 63, 223
HSL
284°, 71%, 56%
CMYK
19, 72, 0, 13
Luminance
0.1859
Every format
| HEX | #b43fdf |
| RGB | rgb(180, 63, 223) |
| HSL | hsl(284, 71%, 56%) |
| CMYK | cmyk(19%, 72%, 0%, 13%) |
| LAB | lab(50.2 69.3 -59.8) |
| LCH | lch(50.2 91.5 319.2) |
| OKLCH | oklch(0.601 0.239 315.2) |
Copy-ready code
/* CSS */
color: #b43fdf;
background-color: #b43fdf;
/* Tailwind (arbitrary) */
class="text-[#b43fdf] bg-[#b43fdf]"
/* SCSS */
$brand: #b43fdf;
/* SwiftUI */
Color(red: 0.706, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b43fdf")Accessibility — WCAG contrast
Aa
#b43fdf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b43fdf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green24.7%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b43fdf text on a black background
contrast 4.72:1
Card sample
#b43fdf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b43fdf;
Background color
Panel with #b43fdf background
background-color: #b43fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b43fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b43fdf; background: linear-gradient(135deg, #b43fdf, #DF3F9F);