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