#b9155e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
185, 21, 94
HSL
333°, 80%, 40%
CMYK
0, 89, 49, 28
Luminance
0.1166
Every format
| HEX | #b9155e |
| RGB | rgb(185, 21, 94) |
| HSL | hsl(333, 80%, 40%) |
| CMYK | cmyk(0%, 89%, 49%, 28%) |
| LAB | lab(40.7 64.1 2.7) |
| LCH | lch(40.7 64.2 2.4) |
| OKLCH | oklch(0.514 0.197 2.2) |
Copy-ready code
/* CSS */
color: #b9155e;
background-color: #b9155e;
/* Tailwind (arbitrary) */
class="text-[#b9155e] bg-[#b9155e]"
/* SCSS */
$brand: #b9155e;
/* SwiftUI */
Color(red: 0.725, green: 0.082, blue: 0.369)
/* Android */
Color.parseColor("#b9155e")Accessibility — WCAG contrast
Aa
#b9155e on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b9155e on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green8.2%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow49.2%
Key (black)27.5%
Color previews
#b9155e text on a black background
contrast 3.33:1
Card sample
#b9155e text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9155e;
Background color
Panel with #b9155e background
background-color: #b9155e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9155e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 21, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 21, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9155e; background: linear-gradient(135deg, #b9155e, #B93915);