#5057DB
A medium, moderate blue closely aligning with Mediumslateblue.
About #5057DB
When working with digital screens, the color #5057DB is rendered by mixing light. Designers often compare it to the standard color Mediumslateblue. In the RGB color space, it consists of 80 red, 87 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 63% cyan and 60% magenta inks. The HSL representation is 237.0° hue, 65.9% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5057DB
RGB80, 87, 219
HSL237.0°, 65.9%, 58.6%
CMYK63%, 60%, 0%, 14%
HSV237.0°, 63.5%, 85.9%
LAB43.7, 37.6, -68.5
XYZ19.5, 13.6, 68.6
Decimal5265371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.63:1
Text on #FFFFFF
AA
3.73:1
Text on #000000
AA Large
5.38:1
Text on #F8FAFC
AA
3.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5057DB;
}
.text-color {
color: #5057DB;
}
.border-color {
border: 2px solid #5057DB;
}