#8375DB
A light, moderate blue closely aligning with Mediumpurple.
About #8375DB
When working with digital screens, the color #8375DB is rendered by mixing light. 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 219.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 40% cyan and 47% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8375DB
RGB131, 117, 219
HSL248.2°, 58.6%, 65.9%
CMYK40%, 47%, 0%, 14%
HSV248.2°, 46.6%, 85.9%
LAB54.7, 29.9, -50.6
XYZ28.5, 22.7, 69.9
Decimal8615387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8375DB;
}
.text-color {
color: #8375DB;
}
.border-color {
border: 2px solid #8375DB;
}