#57665F
A dark, muted neutral closely aligning with Dimgray.
About #57665F
At its core, #57665F is a dark and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(87, 102, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. The HSL representation is 152.0° hue, 7.9% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#57665F
RGB87, 102, 95
HSL152.0°, 7.9%, 37.1%
CMYK15%, 0%, 7%, 60%
HSV152.0°, 14.7%, 40.0%
LAB41.8, -7.2, 2.0
XYZ10.7, 12.4, 12.6
Decimal5727839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.05:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.78:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57665F;
}
.text-color {
color: #57665F;
}
.border-color {
border: 2px solid #57665F;
}