#66578A
A medium, muted purple closely aligning with Darkslateblue.
About #66578A
Visually, #66578A is defined as a muted purple. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(102, 87, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 26% cyan and 37% magenta inks. The HSL representation is 257.6° hue, 22.7% saturation, and 44.1% lightness.
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#66578A
RGB102, 87, 138
HSL257.6°, 22.7%, 44.1%
CMYK26%, 37%, 0%, 46%
HSV257.6°, 37.0%, 54.1%
LAB40.4, 17.7, -26.2
XYZ13.5, 11.5, 25.5
Decimal6707082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.37:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.09:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66578A;
}
.text-color {
color: #66578A;
}
.border-color {
border: 2px solid #66578A;
}