#b93fec
a balanced, electric violet · warm · closest name: magenta
RGB
185, 63, 236
HSL
282°, 82%, 59%
CMYK
22, 73, 0, 8
Luminance
0.1993
Every format
| HEX | #b93fec |
| RGB | rgb(185, 63, 236) |
| HSL | hsl(282, 82%, 59%) |
| CMYK | cmyk(22%, 73%, 0%, 8%) |
| LAB | lab(51.8 72.8 -64.6) |
| LCH | lch(51.8 97.3 318.4) |
| OKLCH | oklch(0.617 0.252 313.7) |
Copy-ready code
/* CSS */
color: #b93fec;
background-color: #b93fec;
/* Tailwind (arbitrary) */
class="text-[#b93fec] bg-[#b93fec]"
/* SCSS */
$brand: #b93fec;
/* SwiftUI */
Color(red: 0.725, green: 0.247, blue: 0.925)
/* Android */
Color.parseColor("#b93fec")Accessibility — WCAG contrast
Aa
#b93fec on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93fec on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green24.7%
Blue92.5%
CMYK percentages
Cyan21.6%
Magenta73.3%
Yellow0.0%
Key (black)7.5%
Color previews
#b93fec text on a black background
contrast 4.99:1
Card sample
#b93fec text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93fec;
Background color
Panel with #b93fec background
background-color: #b93fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 63, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 63, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93fec; background: linear-gradient(135deg, #b93fec, #EC3FAC);