#b73cef
a balanced, electric violet · warm · closest name: magenta
RGB
183, 60, 239
HSL
281°, 85%, 59%
CMYK
23, 75, 0, 6
Luminance
0.1953
Every format
| HEX | #b73cef |
| RGB | rgb(183, 60, 239) |
| HSL | hsl(281, 85%, 59%) |
| CMYK | cmyk(23%, 75%, 0%, 6%) |
| LAB | lab(51.3 74.1 -67.0) |
| LCH | lch(51.3 99.9 317.9) |
| OKLCH | oklch(0.613 0.257 312.5) |
Copy-ready code
/* CSS */
color: #b73cef;
background-color: #b73cef;
/* Tailwind (arbitrary) */
class="text-[#b73cef] bg-[#b73cef]"
/* SCSS */
$brand: #b73cef;
/* SwiftUI */
Color(red: 0.718, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#b73cef")Accessibility — WCAG contrast
Aa
#b73cef on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b73cef on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green23.5%
Blue93.7%
CMYK percentages
Cyan23.4%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#b73cef text on a black background
contrast 4.91:1
Card sample
#b73cef text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73cef;
Background color
Panel with #b73cef background
background-color: #b73cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73cef; background: linear-gradient(135deg, #b73cef, #EF3CB0);