#573AD3
A medium, moderate blue closely aligning with Blueviolet.
About #573AD3
Visually, #573AD3 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 87 red, 58 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 59% C, 73% M, 0% Y, and 17% K. With a hue angle of 251.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#573AD3
RGB87, 58, 211
HSL251.4°, 63.5%, 52.7%
CMYK59%, 73%, 0%, 17%
HSV251.4°, 72.5%, 82.7%
LAB37.4, 52.6, -74.2
XYZ17.2, 9.8, 62.6
Decimal5716691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.12:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.80:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573AD3;
}
.text-color {
color: #573AD3;
}
.border-color {
border: 2px solid #573AD3;
}