#b91fef
a balanced, electric violet · warm · closest name: magenta
RGB
185, 31, 239
HSL
284°, 87%, 53%
CMYK
23, 87, 0, 6
Luminance
0.1753
Every format
| HEX | #b91fef |
| RGB | rgb(185, 31, 239) |
| HSL | hsl(284, 87%, 53%) |
| CMYK | cmyk(23%, 87%, 0%, 6%) |
| LAB | lab(48.9 82.2 -70.9) |
| LCH | lch(48.9 108.5 319.2) |
| OKLCH | oklch(0.597 0.280 314.2) |
Copy-ready code
/* CSS */
color: #b91fef;
background-color: #b91fef;
/* Tailwind (arbitrary) */
class="text-[#b91fef] bg-[#b91fef]"
/* SCSS */
$brand: #b91fef;
/* SwiftUI */
Color(red: 0.725, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#b91fef")Accessibility — WCAG contrast
Aa
#b91fef on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91fef on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green12.2%
Blue93.7%
CMYK percentages
Cyan22.6%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#b91fef text on a black background
contrast 4.51:1
Card sample
#b91fef text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91fef;
Background color
Panel with #b91fef background
background-color: #b91fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91fef; background: linear-gradient(135deg, #b91fef, #EF1F9A);