#664275
A dark, muted purple closely aligning with Darkslateblue.
About #664275
Visually, #664275 is defined as a muted purple. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 66, and 117.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 13% C, 44% M, 0% Y, and 54% K. The HSL representation is 282.4° hue, 27.9% saturation, and 35.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#664275
RGB102, 66, 117
HSL282.4°, 27.9%, 35.9%
CMYK13%, 44%, 0%, 54%
HSV282.4°, 43.6%, 45.9%
LAB34.0, 25.5, -23.2
XYZ10.6, 8.0, 17.8
Decimal6701685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.07:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.72:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #664275;
}
.text-color {
color: #664275;
}
.border-color {
border: 2px solid #664275;
}