#6D5F7C
A medium, muted purple closely aligning with Slategray.
About #6D5F7C
At its core, #6D5F7C is a medium and muted hue. If you're using CSS, you might find it aligns closely with Slategray. This translates to an RGB value of rgb(109, 95, 124).
If you are designing for print, the four-color process is what matters most. The color uses 12% Cyan, 23% Magenta, 0% Yellow, and 51% Black. With a hue angle of 269.0 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D5F7C
RGB109, 95, 124
HSL269.0°, 13.2%, 42.9%
CMYK12%, 23%, 0%, 51%
HSV269.0°, 23.4%, 48.6%
LAB42.6, 11.7, -14.2
XYZ14.0, 12.9, 20.8
Decimal7167868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D5F7C;
}
.text-color {
color: #6D5F7C;
}
.border-color {
border: 2px solid #6D5F7C;
}