#6D5766
A dark, muted magenta closely aligning with Dimgray.
About #6D5766
The hex code #6D5766 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 87, and 102.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 20% M, 6% Y, and 57% K. The HSL representation is 319.1° hue, 11.2% saturation, and 38.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF 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#6D5766
RGB109, 87, 102
HSL319.1°, 11.2%, 38.4%
CMYK0%, 20%, 6%, 57%
HSV319.1°, 20.2%, 42.7%
LAB39.6, 11.9, -5.2
XYZ12.1, 11.0, 14.1
Decimal7165798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.55:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.26:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5766;
}
.text-color {
color: #6D5766;
}
.border-color {
border: 2px solid #6D5766;
}