#837CF0
A light, vivid blue closely aligning with Mediumpurple.
About #837CF0
Visually, #837CF0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 131 parts red, 124 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 45% C, 48% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#837CF0
RGB131, 124, 240
HSL243.6°, 79.5%, 71.4%
CMYK45%, 48%, 0%, 6%
HSV243.6°, 48.3%, 94.1%
LAB57.6, 31.7, -57.8
XYZ32.3, 25.5, 85.7
Decimal8617200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #837CF0;
}
.text-color {
color: #837CF0;
}
.border-color {
border: 2px solid #837CF0;
}