#6D3A50
A dark, moderate magenta closely aligning with Dimgray.
About #6D3A50
The precise color #6D3A50 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(109, 58, 80).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 47% M, 27% Y, and 57% K. The HSL representation is 334.1° hue, 30.5% saturation, and 32.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D3A50
RGB109, 58, 80
HSL334.1°, 30.5%, 32.7%
CMYK0%, 47%, 27%, 57%
HSV334.1°, 46.8%, 42.7%
LAB31.5, 25.5, -3.4
XYZ9.3, 6.9, 8.4
Decimal7158352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.86:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.46:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3A50;
}
.text-color {
color: #6D3A50;
}
.border-color {
border: 2px solid #6D3A50;
}