#b93ae9
a balanced, electric violet · warm · closest name: magenta
RGB
185, 58, 233
HSL
284°, 80%, 57%
CMYK
21, 75, 0, 9
Luminance
0.1922
Every format
| HEX | #b93ae9 |
| RGB | rgb(185, 58, 233) |
| HSL | hsl(284, 80%, 57%) |
| CMYK | cmyk(21%, 75%, 0%, 9%) |
| LAB | lab(51.0 73.9 -64.2) |
| LCH | lch(51.0 97.9 319.0) |
| OKLCH | oklch(0.610 0.255 314.6) |
Copy-ready code
/* CSS */
color: #b93ae9;
background-color: #b93ae9;
/* Tailwind (arbitrary) */
class="text-[#b93ae9] bg-[#b93ae9]"
/* SCSS */
$brand: #b93ae9;
/* SwiftUI */
Color(red: 0.725, green: 0.227, blue: 0.914)
/* Android */
Color.parseColor("#b93ae9")Accessibility — WCAG contrast
Aa
#b93ae9 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93ae9 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green22.7%
Blue91.4%
CMYK percentages
Cyan20.6%
Magenta75.1%
Yellow0.0%
Key (black)8.6%
Color previews
#b93ae9 text on a black background
contrast 4.84:1
Card sample
#b93ae9 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93ae9;
Background color
Panel with #b93ae9 background
background-color: #b93ae9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93ae9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 58, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 58, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93ae9; background: linear-gradient(135deg, #b93ae9, #E93AA5);