#660FD3
A medium, vivid purple closely aligning with Blueviolet.
About #660FD3
Visually, #660FD3 is defined as a vivid purple. Its closest recognized web color is Blueviolet. Its digital footprint relies on 102 parts red, 15 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 52% C, 93% M, 0% Y, and 17% K. With a hue angle of 266.6 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#660FD3
RGB102, 15, 211
HSL266.6°, 86.7%, 44.3%
CMYK52%, 93%, 0%, 17%
HSV266.6°, 92.9%, 82.7%
LAB33.7, 69.7, -80.3
XYZ17.4, 7.9, 62.2
Decimal6688723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.16:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.80:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660FD3;
}
.text-color {
color: #660FD3;
}
.border-color {
border: 2px solid #660FD3;
}