#664292
A medium, moderate purple closely aligning with Darkslateblue.
About #664292
At its core, #664292 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 66, and 146.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 30% cyan and 55% magenta inks. The HSL representation is 267.0° hue, 37.7% saturation, and 41.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#664292
RGB102, 66, 146
HSL267.0°, 37.7%, 41.6%
CMYK30%, 55%, 0%, 43%
HSV267.0°, 54.8%, 57.3%
LAB35.6, 32.7, -38.6
XYZ12.6, 8.8, 28.2
Decimal6701714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.61:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #664292;
}
.text-color {
color: #664292;
}
.border-color {
border: 2px solid #664292;
}