#b41ddf
a balanced, electric violet · warm · closest name: magenta
RGB
180, 29, 223
HSL
287°, 77%, 49%
CMYK
19, 87, 0, 13
Luminance
0.1591
Every format
| HEX | #b41ddf |
| RGB | rgb(180, 29, 223) |
| HSL | hsl(287, 77%, 49%) |
| CMYK | cmyk(19%, 87%, 0%, 13%) |
| LAB | lab(46.9 79.0 -65.2) |
| LCH | lch(46.9 102.4 320.5) |
| OKLCH | oklch(0.578 0.268 316.5) |
Copy-ready code
/* CSS */
color: #b41ddf;
background-color: #b41ddf;
/* Tailwind (arbitrary) */
class="text-[#b41ddf] bg-[#b41ddf]"
/* SCSS */
$brand: #b41ddf;
/* SwiftUI */
Color(red: 0.706, green: 0.114, blue: 0.875)
/* Android */
Color.parseColor("#b41ddf")Accessibility — WCAG contrast
Aa
#b41ddf on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41ddf on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green11.4%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta87.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b41ddf text on a black background
contrast 4.18:1
Card sample
#b41ddf text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41ddf;
Background color
Panel with #b41ddf background
background-color: #b41ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 29, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 29, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41ddf; background: linear-gradient(135deg, #b41ddf, #DF1D89);