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