#b83ef1
a balanced, electric violet · warm · closest name: magenta
RGB
184, 62, 241
HSL
281°, 87%, 59%
CMYK
24, 74, 0, 6
Luminance
0.1999
Every format
| HEX | #b83ef1 |
| RGB | rgb(184, 62, 241) |
| HSL | hsl(281, 87%, 59%) |
| CMYK | cmyk(24%, 74%, 0%, 6%) |
| LAB | lab(51.8 73.9 -67.3) |
| LCH | lch(51.8 100.0 317.7) |
| OKLCH | oklch(0.618 0.257 312.3) |
Copy-ready code
/* CSS */
color: #b83ef1;
background-color: #b83ef1;
/* Tailwind (arbitrary) */
class="text-[#b83ef1] bg-[#b83ef1]"
/* SCSS */
$brand: #b83ef1;
/* SwiftUI */
Color(red: 0.722, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#b83ef1")Accessibility — WCAG contrast
Aa
#b83ef1 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b83ef1 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green24.3%
Blue94.5%
CMYK percentages
Cyan23.7%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#b83ef1 text on a black background
contrast 5.00:1
Card sample
#b83ef1 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83ef1;
Background color
Panel with #b83ef1 background
background-color: #b83ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83ef1; background: linear-gradient(135deg, #b83ef1, #F13EB3);