#A066E9
A light, vivid purple closely aligning with Mediumslateblue.
About #A066E9
Visually, #A066E9 is defined as a vivid purple. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(160, 102, 233).
Translating this color to physical media requires the CMYK color model. The color uses 31% Cyan, 56% Magenta, 0% Yellow, and 9% Black. With a hue angle of 266.6 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A066E9
RGB160, 102, 233
HSL266.6°, 74.9%, 65.7%
CMYK31%, 56%, 0%, 9%
HSV266.6°, 56.2%, 91.4%
LAB54.9, 49.1, -58.0
XYZ34.0, 22.9, 79.7
Decimal10512105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A066E9;
}
.text-color {
color: #A066E9;
}
.border-color {
border: 2px solid #A066E9;
}