#b5115d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
181, 17, 93
HSL
332°, 83%, 39%
CMYK
0, 91, 49, 29
Luminance
0.1101
Every format
| HEX | #b5115d |
| RGB | rgb(181, 17, 93) |
| HSL | hsl(332, 83%, 39%) |
| CMYK | cmyk(0%, 91%, 49%, 29%) |
| LAB | lab(39.6 63.7 1.7) |
| LCH | lch(39.6 63.7 1.5) |
| OKLCH | oklch(0.505 0.196 1.5) |
Copy-ready code
/* CSS */
color: #b5115d;
background-color: #b5115d;
/* Tailwind (arbitrary) */
class="text-[#b5115d] bg-[#b5115d]"
/* SCSS */
$brand: #b5115d;
/* SwiftUI */
Color(red: 0.710, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#b5115d")Accessibility — WCAG contrast
Aa
#b5115d on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b5115d on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow48.6%
Key (black)29.0%
Color previews
#b5115d text on a black background
contrast 3.20:1
Card sample
#b5115d text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5115d;
Background color
Panel with #b5115d background
background-color: #b5115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5115d; background: linear-gradient(135deg, #b5115d, #B53211);