#57573A
A dark, muted yellow closely aligning with Dimgray.
About #57573A
At its core, #57573A is a dark and muted hue. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 87, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#57573A
RGB87, 87, 58
HSL60.0°, 20.0%, 28.4%
CMYK0%, 0%, 33%, 66%
HSV60.0°, 33.3%, 34.1%
LAB36.3, -5.2, 16.9
XYZ8.1, 9.1, 5.3
Decimal5723962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.42:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.09:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57573A;
}
.text-color {
color: #57573A;
}
.border-color {
border: 2px solid #57573A;
}