#66428A
A medium, moderate purple closely aligning with Darkslateblue.
About #66428A
When working with digital screens, the color #66428A is rendered by mixing light. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 102 red, 66 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 26% cyan and 52% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66428A
RGB102, 66, 138
HSL270.0°, 35.3%, 40.0%
CMYK26%, 52%, 0%, 46%
HSV270.0°, 52.2%, 54.1%
LAB35.1, 30.6, -34.4
XYZ12.0, 8.6, 25.1
Decimal6701706
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66428A;
}
.text-color {
color: #66428A;
}
.border-color {
border: 2px solid #66428A;
}