#b940eb
a balanced, electric violet · warm · closest name: magenta
RGB
185, 64, 235
HSL
283°, 81%, 59%
CMYK
21, 73, 0, 8
Luminance
0.1998
Every format
| HEX | #b940eb |
| RGB | rgb(185, 64, 235) |
| HSL | hsl(283, 81%, 59%) |
| CMYK | cmyk(21%, 73%, 0%, 8%) |
| LAB | lab(51.8 72.2 -63.9) |
| LCH | lch(51.8 96.5 318.5) |
| OKLCH | oklch(0.617 0.250 313.9) |
Copy-ready code
/* CSS */
color: #b940eb;
background-color: #b940eb;
/* Tailwind (arbitrary) */
class="text-[#b940eb] bg-[#b940eb]"
/* SCSS */
$brand: #b940eb;
/* SwiftUI */
Color(red: 0.725, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#b940eb")Accessibility — WCAG contrast
Aa
#b940eb on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b940eb on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green25.1%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b940eb text on a black background
contrast 5.00:1
Card sample
#b940eb text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b940eb;
Background color
Panel with #b940eb background
background-color: #b940eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b940eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b940eb; background: linear-gradient(135deg, #b940eb, #EB40AB);