#b73dfd
a balanced, electric violet · warm · closest name: magenta
RGB
183, 61, 253
HSL
278°, 98%, 62%
CMYK
28, 76, 0, 1
Luminance
0.2050
Every format
| HEX | #b73dfd |
| RGB | rgb(183, 61, 253) |
| HSL | hsl(278, 98%, 62%) |
| CMYK | cmyk(28%, 76%, 0%, 1%) |
| LAB | lab(52.4 76.5 -73.1) |
| LCH | lch(52.4 105.8 316.3) |
| OKLCH | oklch(0.624 0.268 309.4) |
Copy-ready code
/* CSS */
color: #b73dfd;
background-color: #b73dfd;
/* Tailwind (arbitrary) */
class="text-[#b73dfd] bg-[#b73dfd]"
/* SCSS */
$brand: #b73dfd;
/* SwiftUI */
Color(red: 0.718, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#b73dfd")Accessibility — WCAG contrast
Aa
#b73dfd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b73dfd on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green23.9%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b73dfd text on a black background
contrast 5.10:1
Card sample
#b73dfd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73dfd;
Background color
Panel with #b73dfd background
background-color: #b73dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73dfd; background: linear-gradient(135deg, #b73dfd, #FD3DC3);