#501D2C
A dark, moderate magenta closely aligning with Black.
About #501D2C
Visually, #501D2C is defined as a moderate magenta. Its closest recognized web color is Black. In the RGB color space, it consists of 80 red, 29 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 64% magenta inks. With a hue angle of 342.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#501D2C
RGB80, 29, 44
HSL342.4°, 46.8%, 21.4%
CMYK0%, 64%, 45%, 69%
HSV342.4°, 63.8%, 31.4%
LAB19.1, 25.6, 2.2
XYZ4.2, 2.8, 2.7
Decimal5250348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.52:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.92:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #501D2C;
}
.text-color {
color: #501D2C;
}
.border-color {
border: 2px solid #501D2C;
}