#660FA0
A dark, vivid purple closely aligning with Indigo.
About #660FA0
At its core, #660FA0 is a dark and vivid hue. Its closest recognized web color is Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 15, and 160.
If you are designing for print, the four-color process is what matters most. The color uses 36% Cyan, 91% Magenta, 0% Yellow, and 37% Black. With a hue angle of 276.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#660FA0
RGB102, 15, 160
HSL276.0°, 82.9%, 34.3%
CMYK36%, 91%, 0%, 37%
HSV276.0°, 90.6%, 62.7%
LAB28.7, 58.3, -58.3
XYZ12.0, 5.7, 33.7
Decimal6688672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.81:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.38:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660FA0;
}
.text-color {
color: #660FA0;
}
.border-color {
border: 2px solid #660FA0;
}