#836DE9
A light, vivid blue closely aligning with Mediumslateblue.
About #836DE9
The precise color #836DE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(131, 109, 233).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 44% cyan and 53% magenta inks. With a hue angle of 250.6 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#836DE9
RGB131, 109, 233
HSL250.6°, 73.8%, 67.1%
CMYK44%, 53%, 0%, 9%
HSV250.6°, 53.2%, 91.4%
LAB53.6, 38.5, -60.2
XYZ29.5, 21.6, 79.7
Decimal8613353
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #836DE9;
}
.text-color {
color: #836DE9;
}
.border-color {
border: 2px solid #836DE9;
}