#757C92
A medium, muted blue closely aligning with Slategray.
About #757C92
The precise color #757C92 is an excellent choice for modern design projects. It is closely associated with the named CSS color Slategray. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 124, and 146.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 20% cyan, 15% magenta, 0% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 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#757C92
RGB117, 124, 146
HSL225.5°, 11.7%, 51.6%
CMYK20%, 15%, 0%, 43%
HSV225.5°, 19.9%, 57.3%
LAB52.1, 2.3, -12.7
XYZ19.7, 20.3, 30.1
Decimal7699602
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757C92;
}
.text-color {
color: #757C92;
}
.border-color {
border: 2px solid #757C92;
}