#836DFF
A light, vivid blue closely aligning with Mediumslateblue.
About #836DFF
When working with digital screens, the color #836DFF is rendered by mixing light. 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, 109, and 255.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 49% C, 57% M, 0% Y, and 0% K. The HSL representation is 249.0° hue, 100.0% saturation, and 71.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#836DFF
RGB131, 109, 255
HSL249.0°, 100.0%, 71.4%
CMYK49%, 57%, 0%, 0%
HSV249.0°, 57.3%, 100.0%
LAB55.1, 44.7, -70.1
XYZ32.9, 23.0, 97.3
Decimal8613375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #836DFF;
}
.text-color {
color: #836DFF;
}
.border-color {
border: 2px solid #836DFF;
}