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