#50003A
A very dark, vivid magenta closely aligning with Purple.
About #50003A
At its core, #50003A is a very dark and vivid hue. Its closest recognized web color is Purple. In the RGB color space, it consists of 80 red, 0 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 28% yellow, and 69% black. With a hue angle of 316.5 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50003A
RGB80, 0, 58
HSL316.5°, 100.0%, 15.7%
CMYK0%, 100%, 28%, 69%
HSV316.5°, 100.0%, 31.4%
LAB15.5, 39.0, -13.1
XYZ4.1, 2.0, 4.2
Decimal5242938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.98:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.31:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50003A;
}
.text-color {
color: #50003A;
}
.border-color {
border: 2px solid #50003A;
}