#500733
A very dark, vivid magenta closely aligning with Darkslateblue.
About #500733
At its core, #500733 is a very dark and vivid hue. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 80 red, 7 green, and 51 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 91% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#500733
RGB80, 7, 51
HSL323.8°, 83.9%, 17.1%
CMYK0%, 91%, 36%, 69%
HSV323.8°, 91.2%, 31.4%
LAB16.0, 35.8, -7.4
XYZ4.0, 2.1, 3.3
Decimal5244723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.80:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.14:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #500733;
}
.text-color {
color: #500733;
}
.border-color {
border: 2px solid #500733;
}