#b9134a
a dark, electric magenta / pink · warm · closest name: crimson
RGB
185, 19, 74
HSL
340°, 81%, 40%
CMYK
0, 90, 60, 28
Luminance
0.1127
Every format
| HEX | #b9134a |
| RGB | rgb(185, 19, 74) |
| HSL | hsl(340, 81%, 40%) |
| CMYK | cmyk(0%, 90%, 60%, 28%) |
| LAB | lab(40.0 63.0 14.6) |
| LCH | lch(40.0 64.6 13.0) |
| OKLCH | oklch(0.508 0.194 10.7) |
Copy-ready code
/* CSS */
color: #b9134a;
background-color: #b9134a;
/* Tailwind (arbitrary) */
class="text-[#b9134a] bg-[#b9134a]"
/* SCSS */
$brand: #b9134a;
/* SwiftUI */
Color(red: 0.725, green: 0.075, blue: 0.290)
/* Android */
Color.parseColor("#b9134a")Accessibility — WCAG contrast
Aa
#b9134a on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b9134a on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green7.5%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow60.0%
Key (black)27.5%
Color previews
#b9134a text on a black background
contrast 3.25:1
Card sample
#b9134a text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9134a;
Background color
Panel with #b9134a background
background-color: #b9134a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9134a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 19, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 19, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9134a; background: linear-gradient(135deg, #b9134a, #B94B13);