#b9115d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
185, 17, 93
HSL
333°, 83%, 40%
CMYK
0, 91, 50, 28
Luminance
0.1151
Every format
| HEX | #b9115d |
| RGB | rgb(185, 17, 93) |
| HSL | hsl(333, 83%, 40%) |
| CMYK | cmyk(0%, 91%, 50%, 28%) |
| LAB | lab(40.4 64.7 3.0) |
| LCH | lch(40.4 64.7 2.7) |
| OKLCH | oklch(0.512 0.199 2.4) |
Copy-ready code
/* CSS */
color: #b9115d;
background-color: #b9115d;
/* Tailwind (arbitrary) */
class="text-[#b9115d] bg-[#b9115d]"
/* SCSS */
$brand: #b9115d;
/* SwiftUI */
Color(red: 0.725, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#b9115d")Accessibility — WCAG contrast
Aa
#b9115d on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b9115d on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow49.7%
Key (black)27.5%
Color previews
#b9115d text on a black background
contrast 3.30:1
Card sample
#b9115d text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9115d;
Background color
Panel with #b9115d background
background-color: #b9115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9115d; background: linear-gradient(135deg, #b9115d, #B93511);