#b73afd
a balanced, electric violet · warm · closest name: magenta
RGB
183, 58, 253
HSL
279°, 98%, 61%
CMYK
28, 77, 0, 1
Luminance
0.2019
Every format
| HEX | #b73afd |
| RGB | rgb(183, 58, 253) |
| HSL | hsl(279, 98%, 61%) |
| CMYK | cmyk(28%, 77%, 0%, 1%) |
| LAB | lab(52.0 77.5 -73.6) |
| LCH | lch(52.0 106.9 316.5) |
| OKLCH | oklch(0.622 0.271 309.6) |
Copy-ready code
/* CSS */
color: #b73afd;
background-color: #b73afd;
/* Tailwind (arbitrary) */
class="text-[#b73afd] bg-[#b73afd]"
/* SCSS */
$brand: #b73afd;
/* SwiftUI */
Color(red: 0.718, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#b73afd")Accessibility — WCAG contrast
Aa
#b73afd on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b73afd on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green22.7%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b73afd text on a black background
contrast 5.04:1
Card sample
#b73afd text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73afd;
Background color
Panel with #b73afd background
background-color: #b73afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73afd; background: linear-gradient(135deg, #b73afd, #FD3AC1);