#575099
A medium, moderate blue closely aligning with Darkslateblue.
About #575099
Visually, #575099 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 87 red, 80 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 43% C, 48% M, 0% Y, and 40% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#575099
RGB87, 80, 153
HSL245.8°, 31.3%, 45.7%
CMYK43%, 48%, 0%, 40%
HSV245.8°, 47.7%, 60.0%
LAB38.0, 22.0, -39.1
XYZ12.5, 10.1, 31.4
Decimal5722265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.97:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.66:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575099;
}
.text-color {
color: #575099;
}
.border-color {
border: 2px solid #575099;
}