#b91afd
a balanced, electric violet · warm · closest name: magenta
RGB
185, 26, 253
HSL
282°, 98%, 55%
CMYK
27, 90, 0, 1
Luminance
0.1814
Every format
| HEX | #b91afd |
| RGB | rgb(185, 26, 253) |
| HSL | hsl(282, 98%, 55%) |
| CMYK | cmyk(27%, 90%, 0%, 1%) |
| LAB | lab(49.7 85.6 -77.5) |
| LCH | lch(49.7 115.5 317.9) |
| OKLCH | oklch(0.606 0.293 311.3) |
Copy-ready code
/* CSS */
color: #b91afd;
background-color: #b91afd;
/* Tailwind (arbitrary) */
class="text-[#b91afd] bg-[#b91afd]"
/* SCSS */
$brand: #b91afd;
/* SwiftUI */
Color(red: 0.725, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#b91afd")Accessibility — WCAG contrast
Aa
#b91afd on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91afd on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green10.2%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b91afd text on a black background
contrast 4.63:1
Card sample
#b91afd text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91afd;
Background color
Panel with #b91afd background
background-color: #b91afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91afd; background: linear-gradient(135deg, #b91afd, #FD1AAA);