#b73cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
183, 60, 223
HSL
285°, 72%, 56%
CMYK
18, 73, 0, 13
Luminance
0.1863
Every format
| HEX | #b73cdf |
| RGB | rgb(183, 60, 223) |
| HSL | hsl(285, 72%, 56%) |
| CMYK | cmyk(18%, 73%, 0%, 13%) |
| LAB | lab(50.3 71.0 -59.7) |
| LCH | lch(50.3 92.7 319.9) |
| OKLCH | oklch(0.603 0.243 316.3) |
Copy-ready code
/* CSS */
color: #b73cdf;
background-color: #b73cdf;
/* Tailwind (arbitrary) */
class="text-[#b73cdf] bg-[#b73cdf]"
/* SCSS */
$brand: #b73cdf;
/* SwiftUI */
Color(red: 0.718, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#b73cdf")Accessibility — WCAG contrast
Aa
#b73cdf on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b73cdf on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green23.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b73cdf text on a black background
contrast 4.73:1
Card sample
#b73cdf text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73cdf;
Background color
Panel with #b73cdf background
background-color: #b73cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73cdf; background: linear-gradient(135deg, #b73cdf, #DF3C9A);