#8366FF
A light, vivid blue closely aligning with Mediumslateblue.
About #8366FF
Visually, #8366FF is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. This translates to an RGB value of rgb(131, 102, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 49% cyan and 60% magenta inks. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8366FF
RGB131, 102, 255
HSL251.4°, 100.0%, 70.0%
CMYK49%, 60%, 0%, 0%
HSV251.4°, 60.0%, 100.0%
LAB53.5, 48.7, -72.6
XYZ32.2, 21.5, 97.1
Decimal8611583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.31:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8366FF;
}
.text-color {
color: #8366FF;
}
.border-color {
border: 2px solid #8366FF;
}