#500F83
A dark, vivid purple closely aligning with Indigo.
About #500F83
When working with digital screens, the color #500F83 is rendered by mixing light. Its closest recognized web color is Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 15, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 39% C, 89% M, 0% Y, and 49% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#500F83
RGB80, 15, 131
HSL273.6°, 79.5%, 28.6%
CMYK39%, 89%, 0%, 49%
HSV273.6°, 88.5%, 51.4%
LAB22.6, 48.8, -50.4
XYZ7.6, 3.7, 21.8
Decimal5246851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.09:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.55:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #500F83;
}
.text-color {
color: #500F83;
}
.border-color {
border: 2px solid #500F83;
}