#664983
A medium, muted purple closely aligning with Darkslateblue.
About #664983
Visually, #664983 is defined as a muted purple. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(102, 73, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 22% cyan, 44% magenta, 0% yellow, and 49% black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#664983
RGB102, 73, 131
HSL270.0°, 28.4%, 40.0%
CMYK22%, 44%, 0%, 49%
HSV270.0°, 44.3%, 51.4%
LAB36.4, 24.6, -28.1
XYZ12.0, 9.2, 22.6
Decimal6703491
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.38:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.05:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #664983;
}
.text-color {
color: #664983;
}
.border-color {
border: 2px solid #664983;
}