#6D426D
A dark, muted magenta closely aligning with Darkslateblue.
About #6D426D
The hex code #6D426D represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(109, 66, 109).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 39% Magenta, 0% Yellow, and 57% Black. The HSL representation is 300.0° hue, 24.6% saturation, and 34.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D426D
RGB109, 66, 109
HSL300.0°, 24.6%, 34.3%
CMYK0%, 39%, 0%, 57%
HSV300.0°, 39.4%, 42.7%
LAB34.5, 26.1, -17.3
XYZ11.0, 8.3, 15.5
Decimal7160429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.92:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.57:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D426D;
}
.text-color {
color: #6D426D;
}
.border-color {
border: 2px solid #6D426D;
}