#662CAF
A medium, moderate purple closely aligning with Indigo.
About #662CAF
The hex code #662CAF represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 44, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 42% Cyan, 75% Magenta, 0% Yellow, and 31% Black. The HSL representation is 266.6° hue, 59.8% saturation, and 42.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#662CAF
RGB102, 44, 175
HSL266.6°, 59.8%, 42.9%
CMYK42%, 75%, 0%, 31%
HSV266.6°, 74.9%, 68.6%
LAB33.4, 51.9, -59.6
XYZ14.1, 7.7, 41.3
Decimal6696111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.25:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.89:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662CAF;
}
.text-color {
color: #662CAF;
}
.border-color {
border: 2px solid #662CAF;
}