#b91aec
a balanced, electric violet · warm · closest name: magenta
RGB
185, 26, 236
HSL
285°, 85%, 51%
CMYK
22, 89, 0, 8
Luminance
0.1711
Every format
| HEX | #b91aec |
| RGB | rgb(185, 26, 236) |
| HSL | hsl(285, 85%, 51%) |
| CMYK | cmyk(22%, 89%, 0%, 8%) |
| LAB | lab(48.4 82.5 -70.0) |
| LCH | lch(48.4 108.3 319.7) |
| OKLCH | oklch(0.593 0.280 315.0) |
Copy-ready code
/* CSS */
color: #b91aec;
background-color: #b91aec;
/* Tailwind (arbitrary) */
class="text-[#b91aec] bg-[#b91aec]"
/* SCSS */
$brand: #b91aec;
/* SwiftUI */
Color(red: 0.725, green: 0.102, blue: 0.925)
/* Android */
Color.parseColor("#b91aec")Accessibility — WCAG contrast
Aa
#b91aec on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91aec on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green10.2%
Blue92.5%
CMYK percentages
Cyan21.6%
Magenta89.0%
Yellow0.0%
Key (black)7.5%
Color previews
#b91aec text on a black background
contrast 4.42:1
Card sample
#b91aec text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91aec;
Background color
Panel with #b91aec background
background-color: #b91aec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91aec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 26, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 26, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91aec; background: linear-gradient(135deg, #b91aec, #EC1A93);