#8375E9
A light, vivid blue closely aligning with Mediumpurple.
About #8375E9
At its core, #8375E9 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 117, and 233.
If you are designing for print, the four-color process is what matters most. The color uses 44% Cyan, 50% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#8375E9
RGB131, 117, 233
HSL247.2°, 72.5%, 68.6%
CMYK44%, 50%, 0%, 9%
HSV247.2°, 49.8%, 91.4%
LAB55.5, 33.8, -57.2
XYZ30.4, 23.4, 80.0
Decimal8615401
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.69:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8375E9;
}
.text-color {
color: #8375E9;
}
.border-color {
border: 2px solid #8375E9;
}