#575075
A dark, muted blue closely aligning with Slategray.
About #575075
Visually, #575075 is defined as a muted blue. If you're using CSS, you might find it aligns closely with Slategray. This translates to an RGB value of rgb(87, 80, 117).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 26% cyan and 32% magenta inks. With a hue angle of 251.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#575075
RGB87, 80, 117
HSL251.4°, 18.8%, 38.6%
CMYK26%, 32%, 0%, 54%
HSV251.4°, 31.6%, 45.9%
LAB36.1, 11.7, -20.1
XYZ10.0, 9.0, 18.0
Decimal5722229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575075;
}
.text-color {
color: #575075;
}
.border-color {
border: 2px solid #575075;
}