#573ABD
A medium, moderate blue closely aligning with Slateblue.
About #573ABD
Visually, #573ABD is defined as a moderate blue. Designers often compare it to the standard color Slateblue. This translates to an RGB value of rgb(87, 58, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 54% C, 69% M, 0% Y, and 26% 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#573ABD
RGB87, 58, 189
HSL253.3°, 53.0%, 48.4%
CMYK54%, 69%, 0%, 26%
HSV253.3°, 69.3%, 74.1%
LAB35.5, 46.2, -64.6
XYZ14.6, 8.7, 49.1
Decimal5716669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.65:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.31:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573ABD;
}
.text-color {
color: #573ABD;
}
.border-color {
border: 2px solid #573ABD;
}