#b8005c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
184, 0, 92
HSL
330°, 100%, 36%
CMYK
0, 100, 50, 28
Luminance
0.1096
Every format
| HEX | #b8005c |
| RGB | rgb(184, 0, 92) |
| HSL | hsl(330, 100%, 36%) |
| CMYK | cmyk(0%, 100%, 50%, 28%) |
| LAB | lab(39.5 66.3 2.3) |
| LCH | lch(39.5 66.3 2.0) |
| OKLCH | oklch(0.505 0.204 1.8) |
Copy-ready code
/* CSS */
color: #b8005c;
background-color: #b8005c;
/* Tailwind (arbitrary) */
class="text-[#b8005c] bg-[#b8005c]"
/* SCSS */
$brand: #b8005c;
/* SwiftUI */
Color(red: 0.722, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#b8005c")Accessibility — WCAG contrast
Aa
#b8005c on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b8005c on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green0.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.0%
Key (black)27.8%
Color previews
#b8005c text on a black background
contrast 3.19:1
Card sample
#b8005c text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8005c;
Background color
Panel with #b8005c background
background-color: #b8005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8005c; background: linear-gradient(135deg, #b8005c, #B81F00);