#b91afb
a balanced, electric violet · warm · closest name: magenta
RGB
185, 26, 251
HSL
282°, 97%, 54%
CMYK
26, 90, 0, 2
Luminance
0.1802
Every format
| HEX | #b91afb |
| RGB | rgb(185, 26, 251) |
| HSL | hsl(282, 97%, 54%) |
| CMYK | cmyk(26%, 90%, 0%, 2%) |
| LAB | lab(49.5 85.2 -76.6) |
| LCH | lch(49.5 114.6 318.0) |
| OKLCH | oklch(0.604 0.292 311.8) |
Copy-ready code
/* CSS */
color: #b91afb;
background-color: #b91afb;
/* Tailwind (arbitrary) */
class="text-[#b91afb] bg-[#b91afb]"
/* SCSS */
$brand: #b91afb;
/* SwiftUI */
Color(red: 0.725, green: 0.102, blue: 0.984)
/* Android */
Color.parseColor("#b91afb")Accessibility — WCAG contrast
Aa
#b91afb on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91afb on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green10.2%
Blue98.4%
CMYK percentages
Cyan26.3%
Magenta89.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b91afb text on a black background
contrast 4.60:1
Card sample
#b91afb text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91afb;
Background color
Panel with #b91afb background
background-color: #b91afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 26, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 26, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91afb; background: linear-gradient(135deg, #b91afb, #FB1AA7);