#575799
A medium, muted blue closely aligning with Darkslateblue.
About #575799
Visually, #575799 is defined as a muted blue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(87, 87, 153).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 43% C, 43% M, 0% Y, and 40% K. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
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#575799
RGB87, 87, 153
HSL240.0°, 27.5%, 47.1%
CMYK43%, 43%, 0%, 40%
HSV240.0°, 43.1%, 60.0%
LAB39.8, 17.6, -36.2
XYZ13.1, 11.1, 31.6
Decimal5724057
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.50:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.22:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575799;
}
.text-color {
color: #575799;
}
.border-color {
border: 2px solid #575799;
}