#b91da2
a dark, vivid magenta / pink · warm · closest name: purple
RGB
185, 29, 162
HSL
309°, 73%, 42%
CMYK
0, 84, 12, 28
Luminance
0.1380
Every format
| HEX | #b91da2 |
| RGB | rgb(185, 29, 162) |
| HSL | hsl(309, 73%, 42%) |
| CMYK | cmyk(0%, 84%, 12%, 28%) |
| LAB | lab(44.0 70.2 -34.2) |
| LCH | lch(44.0 78.0 334.0) |
| OKLCH | oklch(0.547 0.226 335.5) |
Copy-ready code
/* CSS */
color: #b91da2;
background-color: #b91da2;
/* Tailwind (arbitrary) */
class="text-[#b91da2] bg-[#b91da2]"
/* SCSS */
$brand: #b91da2;
/* SwiftUI */
Color(red: 0.725, green: 0.114, blue: 0.635)
/* Android */
Color.parseColor("#b91da2")Accessibility — WCAG contrast
Aa
#b91da2 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91da2 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green11.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow12.4%
Key (black)27.5%
Color previews
#b91da2 text on a black background
contrast 3.76:1
Card sample
#b91da2 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91da2;
Background color
Panel with #b91da2 background
background-color: #b91da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 29, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 29, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91da2; background: linear-gradient(135deg, #b91da2, #B91D3A);