#b73fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
183, 63, 223
HSL
285°, 71%, 56%
CMYK
18, 72, 0, 13
Luminance
0.1895
Every format
| HEX | #b73fdf |
| RGB | rgb(183, 63, 223) |
| HSL | hsl(285, 71%, 56%) |
| CMYK | cmyk(18%, 72%, 0%, 13%) |
| LAB | lab(50.6 69.9 -59.1) |
| LCH | lch(50.6 91.5 319.8) |
| OKLCH | oklch(0.605 0.240 316.2) |
Copy-ready code
/* CSS */
color: #b73fdf;
background-color: #b73fdf;
/* Tailwind (arbitrary) */
class="text-[#b73fdf] bg-[#b73fdf]"
/* SCSS */
$brand: #b73fdf;
/* SwiftUI */
Color(red: 0.718, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b73fdf")Accessibility — WCAG contrast
Aa
#b73fdf on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b73fdf on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green24.7%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b73fdf text on a black background
contrast 4.79:1
Card sample
#b73fdf text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73fdf;
Background color
Panel with #b73fdf background
background-color: #b73fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73fdf; background: linear-gradient(135deg, #b73fdf, #DF3F9C);