#b91fba
a dark, vivid magenta / pink · warm · closest name: purple
RGB
185, 31, 186
HSL
300°, 71%, 43%
CMYK
1, 83, 0, 27
Luminance
0.1484
Every format
| HEX | #b91fba |
| RGB | rgb(185, 31, 186) |
| HSL | hsl(300, 71%, 43%) |
| CMYK | cmyk(1%, 83%, 0%, 27%) |
| LAB | lab(45.4 73.3 -46.1) |
| LCH | lch(45.4 86.5 327.8) |
| OKLCH | oklch(0.562 0.241 327.9) |
Copy-ready code
/* CSS */
color: #b91fba;
background-color: #b91fba;
/* Tailwind (arbitrary) */
class="text-[#b91fba] bg-[#b91fba]"
/* SCSS */
$brand: #b91fba;
/* SwiftUI */
Color(red: 0.725, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#b91fba")Accessibility — WCAG contrast
Aa
#b91fba on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91fba on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green12.2%
Blue72.9%
CMYK percentages
Cyan0.5%
Magenta83.3%
Yellow0.0%
Key (black)27.1%
Color previews
#b91fba text on a black background
contrast 3.97:1
Card sample
#b91fba text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91fba;
Background color
Panel with #b91fba background
background-color: #b91fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91fba; background: linear-gradient(135deg, #b91fba, #BA1F54);