#8A07FF
A medium, vivid purple closely aligning with Blue.
About #8A07FF
Visually, #8A07FF is defined as a vivid purple. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 138 red, 7 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 46% cyan, 97% magenta, 0% yellow, and 0% black. With a hue angle of 271.7 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A07FF
RGB138, 7, 255
HSL271.7°, 100.0%, 51.4%
CMYK46%, 97%, 0%, 0%
HSV271.7°, 97.3%, 100.0%
LAB42.4, 83.3, -90.8
XYZ28.6, 12.8, 95.6
Decimal9046015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A07FF;
}
.text-color {
color: #8A07FF;
}
.border-color {
border: 2px solid #8A07FF;
}