#5024A0
A dark, moderate purple closely aligning with Indigo.
About #5024A0
The precise color #5024A0 is an excellent choice for modern design projects. Designers often compare it to the standard color Indigo. This translates to an RGB value of rgb(80, 36, 160).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 50% cyan and 78% magenta inks. The HSL representation is 261.3° hue, 63.3% saturation, and 38.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5024A0
RGB80, 36, 160
HSL261.3°, 63.3%, 38.4%
CMYK50%, 78%, 0%, 37%
HSV261.3°, 77.5%, 62.7%
LAB28.1, 48.1, -59.3
XYZ10.3, 5.5, 33.8
Decimal5252256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.99:1
Text on #FFFFFF
AAA
2.10:1
Text on #000000
FAIL
9.55:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5024A0;
}
.text-color {
color: #5024A0;
}
.border-color {
border: 2px solid #5024A0;
}