#b73af5
a balanced, electric violet · warm · closest name: magenta
RGB
183, 58, 245
HSL
280°, 90%, 59%
CMYK
25, 76, 0, 4
Luminance
0.1969
Every format
| HEX | #b73af5 |
| RGB | rgb(183, 58, 245) |
| HSL | hsl(280, 90%, 59%) |
| CMYK | cmyk(25%, 76%, 0%, 4%) |
| LAB | lab(51.5 75.9 -70.1) |
| LCH | lch(51.5 103.3 317.3) |
| OKLCH | oklch(0.616 0.264 311.3) |
Copy-ready code
/* CSS */
color: #b73af5;
background-color: #b73af5;
/* Tailwind (arbitrary) */
class="text-[#b73af5] bg-[#b73af5]"
/* SCSS */
$brand: #b73af5;
/* SwiftUI */
Color(red: 0.718, green: 0.227, blue: 0.961)
/* Android */
Color.parseColor("#b73af5")Accessibility — WCAG contrast
Aa
#b73af5 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b73af5 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green22.7%
Blue96.1%
CMYK percentages
Cyan25.3%
Magenta76.3%
Yellow0.0%
Key (black)3.9%
Color previews
#b73af5 text on a black background
contrast 4.94:1
Card sample
#b73af5 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73af5;
Background color
Panel with #b73af5 background
background-color: #b73af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 58, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 58, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73af5; background: linear-gradient(135deg, #b73af5, #F53AB6);