#b73fef
a balanced, electric violet · warm · closest name: magenta
RGB
183, 63, 239
HSL
281°, 85%, 59%
CMYK
23, 74, 0, 6
Luminance
0.1985
Every format
| HEX | #b73fef |
| RGB | rgb(183, 63, 239) |
| HSL | hsl(281, 85%, 59%) |
| CMYK | cmyk(23%, 74%, 0%, 6%) |
| LAB | lab(51.7 73.0 -66.4) |
| LCH | lch(51.7 98.7 317.7) |
| OKLCH | oklch(0.616 0.254 312.4) |
Copy-ready code
/* CSS */
color: #b73fef;
background-color: #b73fef;
/* Tailwind (arbitrary) */
class="text-[#b73fef] bg-[#b73fef]"
/* SCSS */
$brand: #b73fef;
/* SwiftUI */
Color(red: 0.718, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#b73fef")Accessibility — WCAG contrast
Aa
#b73fef on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b73fef on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green24.7%
Blue93.7%
CMYK percentages
Cyan23.4%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#b73fef text on a black background
contrast 4.97:1
Card sample
#b73fef text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73fef;
Background color
Panel with #b73fef background
background-color: #b73fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73fef; background: linear-gradient(135deg, #b73fef, #EF3FB2);