#b91af7
a balanced, electric violet · warm · closest name: magenta
RGB
185, 26, 247
HSL
283°, 93%, 54%
CMYK
25, 90, 0, 3
Luminance
0.1777
Every format
| HEX | #b91af7 |
| RGB | rgb(185, 26, 247) |
| HSL | hsl(283, 93%, 54%) |
| CMYK | cmyk(25%, 90%, 0%, 3%) |
| LAB | lab(49.2 84.5 -74.9) |
| LCH | lch(49.2 112.9 318.5) |
| OKLCH | oklch(0.601 0.289 312.6) |
Copy-ready code
/* CSS */
color: #b91af7;
background-color: #b91af7;
/* Tailwind (arbitrary) */
class="text-[#b91af7] bg-[#b91af7]"
/* SCSS */
$brand: #b91af7;
/* SwiftUI */
Color(red: 0.725, green: 0.102, blue: 0.969)
/* Android */
Color.parseColor("#b91af7")Accessibility — WCAG contrast
Aa
#b91af7 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91af7 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green10.2%
Blue96.9%
CMYK percentages
Cyan25.1%
Magenta89.5%
Yellow0.0%
Key (black)3.1%
Color previews
#b91af7 text on a black background
contrast 4.55:1
Card sample
#b91af7 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91af7;
Background color
Panel with #b91af7 background
background-color: #b91af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 26, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 26, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91af7; background: linear-gradient(135deg, #b91af7, #F71AA1);