#6D505F
A dark, muted magenta closely aligning with Dimgray.
About #6D505F
At its core, #6D505F is a dark and muted hue. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 109 red, 80 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 27% Magenta, 13% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D505F
RGB109, 80, 95
HSL329.0°, 15.3%, 37.1%
CMYK0%, 27%, 13%, 57%
HSV329.0°, 26.6%, 42.7%
LAB37.5, 14.8, -4.0
XYZ11.2, 9.8, 12.1
Decimal7163999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.09:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.77:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D505F;
}
.text-color {
color: #6D505F;
}
.border-color {
border: 2px solid #6D505F;
}