#5724A0
A dark, moderate purple closely aligning with Indigo.
About #5724A0
Visually, #5724A0 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Indigo. Its digital footprint relies on 87 parts red, 36 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 46% Cyan, 78% Magenta, 0% Yellow, and 37% Black. The HSL representation is 264.7° hue, 63.3% saturation, and 38.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5724A0
RGB87, 36, 160
HSL264.7°, 63.3%, 38.4%
CMYK46%, 78%, 0%, 37%
HSV264.7°, 77.5%, 62.7%
LAB29.0, 49.1, -57.9
XYZ10.9, 5.8, 33.8
Decimal5711008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.70:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.27:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5724A0;
}
.text-color {
color: #5724A0;
}
.border-color {
border: 2px solid #5724A0;
}