#50071D
A very dark, vivid magenta closely aligning with Maroon.
About #50071D
The precise color #50071D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Maroon. This translates to an RGB value of rgb(80, 7, 29).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 91% Magenta, 64% Yellow, and 69% Black. With a hue angle of 341.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50071D
RGB80, 7, 29
HSL341.9°, 83.9%, 17.1%
CMYK0%, 91%, 64%, 69%
HSV341.9°, 91.2%, 31.4%
LAB15.2, 33.5, 7.5
XYZ3.6, 1.9, 1.3
Decimal5244701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.12:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.45:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50071D;
}
.text-color {
color: #50071D;
}
.border-color {
border: 2px solid #50071D;
}