#b42bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
180, 43, 223
HSL
286°, 74%, 52%
CMYK
19, 81, 0, 13
Luminance
0.1676
Every format
| HEX | #b42bdf |
| RGB | rgb(180, 43, 223) |
| HSL | hsl(286, 74%, 52%) |
| CMYK | cmyk(19%, 81%, 0%, 13%) |
| LAB | lab(48.0 75.8 -63.4) |
| LCH | lch(48.0 98.8 320.1) |
| OKLCH | oklch(0.586 0.258 316.1) |
Copy-ready code
/* CSS */
color: #b42bdf;
background-color: #b42bdf;
/* Tailwind (arbitrary) */
class="text-[#b42bdf] bg-[#b42bdf]"
/* SCSS */
$brand: #b42bdf;
/* SwiftUI */
Color(red: 0.706, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#b42bdf")Accessibility — WCAG contrast
Aa
#b42bdf on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b42bdf on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green16.9%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b42bdf text on a black background
contrast 4.35:1
Card sample
#b42bdf text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b42bdf;
Background color
Panel with #b42bdf background
background-color: #b42bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b42bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b42bdf; background: linear-gradient(135deg, #b42bdf, #DF2B92);