#6D837C
A medium, muted neutral closely aligning with Gray.
About #6D837C
At its core, #6D837C is a medium and muted hue. Designers often compare it to the standard color Gray. This translates to an RGB value of rgb(109, 131, 124).
Translating this color to physical media requires the CMYK color model. The color uses 17% Cyan, 0% Magenta, 5% Yellow, and 49% Black. The HSL representation is 160.9° hue, 9.2% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D837C
RGB109, 131, 124
HSL160.9°, 9.2%, 47.1%
CMYK17%, 0%, 5%, 49%
HSV160.9°, 16.8%, 51.4%
LAB52.9, -9.5, 1.1
XYZ18.1, 20.9, 22.2
Decimal7177084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D837C;
}
.text-color {
color: #6D837C;
}
.border-color {
border: 2px solid #6D837C;
}