#8A57E9
A light, vivid purple closely aligning with Mediumslateblue.
About #8A57E9
The precise color #8A57E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 138 parts red, 87 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 41% C, 63% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A57E9
RGB138, 87, 233
HSL261.0°, 76.8%, 62.7%
CMYK41%, 63%, 0%, 9%
HSV261.0°, 62.7%, 91.4%
LAB49.6, 52.2, -66.6
XYZ28.6, 18.1, 79.1
Decimal9066473
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A57E9;
}
.text-color {
color: #8A57E9;
}
.border-color {
border: 2px solid #8A57E9;
}