#8375F8
A light, vivid blue closely aligning with Mediumslateblue.
About #8375F8
Visually, #8375F8 is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 117, and 248.
For print applications, it's crucial to understand its CMYK makeup. The color uses 47% Cyan, 53% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8375F8
RGB131, 117, 248
HSL246.4°, 90.3%, 71.6%
CMYK47%, 53%, 0%, 3%
HSV246.4°, 52.8%, 97.3%
LAB56.4, 38.1, -64.1
XYZ32.7, 24.3, 91.8
Decimal8615416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8375F8;
}
.text-color {
color: #8375F8;
}
.border-color {
border: 2px solid #8375F8;
}