#6D5083
A medium, muted purple closely aligning with Darkslateblue.
About #6D5083
At its core, #6D5083 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 109 parts red, 80 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 17% cyan and 39% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#6D5083
RGB109, 80, 131
HSL274.1°, 24.2%, 41.4%
CMYK17%, 39%, 0%, 49%
HSV274.1°, 38.9%, 51.4%
LAB38.9, 22.6, -24.1
XYZ13.3, 10.6, 22.8
Decimal7164035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.72:1
Text on #FFFFFF
AA
3.13:1
Text on #000000
AA Large
6.42:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5083;
}
.text-color {
color: #6D5083;
}
.border-color {
border: 2px solid #6D5083;
}