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