#573AB6
A medium, moderate blue closely aligning with Slateblue.
About #573AB6
When working with digital screens, the color #573AB6 is rendered by mixing light. Its closest recognized web color is Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 58, and 182.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 52% cyan and 68% magenta inks. With a hue angle of 254.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#573AB6
RGB87, 58, 182
HSL254.0°, 51.7%, 47.1%
CMYK52%, 68%, 0%, 29%
HSV254.0°, 68.1%, 71.4%
LAB34.9, 44.1, -61.4
XYZ13.9, 8.4, 45.2
Decimal5716662
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.82:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.47:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573AB6;
}
.text-color {
color: #573AB6;
}
.border-color {
border: 2px solid #573AB6;
}