#b941e1
a balanced, vivid violet · warm · closest name: magenta
RGB
185, 65, 225
HSL
285°, 73%, 57%
CMYK
18, 71, 0, 12
Luminance
0.1953
Every format
| HEX | #b941e1 |
| RGB | rgb(185, 65, 225) |
| HSL | hsl(285, 73%, 57%) |
| CMYK | cmyk(18%, 71%, 0%, 12%) |
| LAB | lab(51.3 69.9 -59.1) |
| LCH | lch(51.3 91.6 319.8) |
| OKLCH | oklch(0.611 0.240 316.2) |
Copy-ready code
/* CSS */
color: #b941e1;
background-color: #b941e1;
/* Tailwind (arbitrary) */
class="text-[#b941e1] bg-[#b941e1]"
/* SCSS */
$brand: #b941e1;
/* SwiftUI */
Color(red: 0.725, green: 0.255, blue: 0.882)
/* Android */
Color.parseColor("#b941e1")Accessibility — WCAG contrast
Aa
#b941e1 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b941e1 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green25.5%
Blue88.2%
CMYK percentages
Cyan17.8%
Magenta71.1%
Yellow0.0%
Key (black)11.8%
Color previews
#b941e1 text on a black background
contrast 4.91:1
Card sample
#b941e1 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b941e1;
Background color
Panel with #b941e1 background
background-color: #b941e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b941e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 65, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 65, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b941e1; background: linear-gradient(135deg, #b941e1, #E1419E);