#576D83
A medium, muted blue closely aligning with Slategray.
About #576D83
The precise color #576D83 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slategray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 109, and 131.
For print applications, it's crucial to understand its CMYK makeup. The color uses 34% Cyan, 17% Magenta, 0% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#576D83
RGB87, 109, 131
HSL210.0°, 20.2%, 42.7%
CMYK34%, 17%, 0%, 49%
HSV210.0°, 33.6%, 51.4%
LAB45.1, -2.4, -14.8
XYZ13.5, 14.6, 23.6
Decimal5729667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #576D83;
}
.text-color {
color: #576D83;
}
.border-color {
border: 2px solid #576D83;
}