#b91bdf
a balanced, electric violet · warm · closest name: magenta
RGB
185, 27, 223
HSL
288°, 78%, 49%
CMYK
17, 88, 0, 13
Luminance
0.1643
Every format
| HEX | #b91bdf |
| RGB | rgb(185, 27, 223) |
| HSL | hsl(288, 78%, 49%) |
| CMYK | cmyk(17%, 88%, 0%, 13%) |
| LAB | lab(47.5 80.1 -64.0) |
| LCH | lch(47.5 102.6 321.4) |
| OKLCH | oklch(0.584 0.270 318.0) |
Copy-ready code
/* CSS */
color: #b91bdf;
background-color: #b91bdf;
/* Tailwind (arbitrary) */
class="text-[#b91bdf] bg-[#b91bdf]"
/* SCSS */
$brand: #b91bdf;
/* SwiftUI */
Color(red: 0.725, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#b91bdf")Accessibility — WCAG contrast
Aa
#b91bdf on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91bdf on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green10.6%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b91bdf text on a black background
contrast 4.29:1
Card sample
#b91bdf text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91bdf;
Background color
Panel with #b91bdf background
background-color: #b91bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91bdf; background: linear-gradient(135deg, #b91bdf, #DF1B82);