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