#be0049
a dark, electric magenta / pink · warm · closest name: crimson
RGB
190, 0, 73
HSL
337°, 100%, 37%
CMYK
0, 100, 62, 26
Luminance
0.1143
Every format
| HEX | #be0049 |
| RGB | rgb(190, 0, 73) |
| HSL | hsl(337, 100%, 37%) |
| CMYK | cmyk(0%, 100%, 62%, 26%) |
| LAB | lab(40.3 66.4 15.7) |
| LCH | lch(40.3 68.2 13.3) |
| OKLCH | oklch(0.512 0.205 10.9) |
Copy-ready code
/* CSS */
color: #be0049;
background-color: #be0049;
/* Tailwind (arbitrary) */
class="text-[#be0049] bg-[#be0049]"
/* SCSS */
$brand: #be0049;
/* SwiftUI */
Color(red: 0.745, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#be0049")Accessibility — WCAG contrast
Aa
#be0049 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be0049 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green0.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.6%
Key (black)25.5%
Color previews
#be0049 text on a black background
contrast 3.29:1
Card sample
#be0049 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be0049;
Background color
Panel with #be0049 background
background-color: #be0049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be0049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be0049; background: linear-gradient(135deg, #be0049, #BE3600);