#8A7CF0
A light, vivid blue closely aligning with Mediumpurple.
About #8A7CF0
At its core, #8A7CF0 is a light and vivid hue. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(138, 124, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 43% cyan, 48% magenta, 0% yellow, and 6% black. With a hue angle of 247.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A7CF0
RGB138, 124, 240
HSL247.2°, 79.5%, 71.4%
CMYK43%, 48%, 0%, 6%
HSV247.2°, 48.3%, 94.1%
LAB58.1, 33.3, -56.8
XYZ33.4, 26.1, 85.7
Decimal9075952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A7CF0;
}
.text-color {
color: #8A7CF0;
}
.border-color {
border: 2px solid #8A7CF0;
}