#b8004d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
184, 0, 77
HSL
335°, 100%, 36%
CMYK
0, 100, 58, 28
Luminance
0.1073
Every format
| HEX | #b8004d |
| RGB | rgb(184, 0, 77) |
| HSL | hsl(335, 100%, 36%) |
| CMYK | cmyk(0%, 100%, 58%, 28%) |
| LAB | lab(39.1 65.2 11.3) |
| LCH | lch(39.1 66.2 9.9) |
| OKLCH | oklch(0.501 0.201 8.2) |
Copy-ready code
/* CSS */
color: #b8004d;
background-color: #b8004d;
/* Tailwind (arbitrary) */
class="text-[#b8004d] bg-[#b8004d]"
/* SCSS */
$brand: #b8004d;
/* SwiftUI */
Color(red: 0.722, green: 0.000, blue: 0.302)
/* Android */
Color.parseColor("#b8004d")Accessibility — WCAG contrast
Aa
#b8004d on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b8004d on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green0.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow58.2%
Key (black)27.8%
Color previews
#b8004d text on a black background
contrast 3.15:1
Card sample
#b8004d text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8004d;
Background color
Panel with #b8004d background
background-color: #b8004d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8004d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 0, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 0, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8004d; background: linear-gradient(135deg, #b8004d, #B82E00);