#6D5F75
A medium, muted purple closely aligning with Dimgray.
About #6D5F75
At its core, #6D5F75 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. Its digital footprint relies on 109 parts red, 95 parts green, and 117 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 7% C, 19% M, 0% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF 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#6D5F75
RGB109, 95, 117
HSL278.2°, 10.4%, 41.6%
CMYK7%, 19%, 0%, 54%
HSV278.2°, 18.8%, 45.9%
LAB42.3, 10.1, -10.3
XYZ13.6, 12.7, 18.6
Decimal7167861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.66:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D5F75;
}
.text-color {
color: #6D5F75;
}
.border-color {
border: 2px solid #6D5F75;
}