#5724AF
A medium, moderate purple closely aligning with Indigo.
About #5724AF
Visually, #5724AF is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 87 red, 36 green, and 175 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 50% Cyan, 79% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5724AF
RGB87, 36, 175
HSL262.0°, 65.9%, 41.4%
CMYK50%, 79%, 0%, 31%
HSV262.0°, 79.4%, 68.6%
LAB30.4, 53.1, -64.7
XYZ12.3, 6.4, 41.1
Decimal5711023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.22:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.82:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5724AF;
}
.text-color {
color: #5724AF;
}
.border-color {
border: 2px solid #5724AF;
}