#5757D3
A medium, moderate blue closely aligning with Slateblue.
About #5757D3
Visually, #5757D3 is defined as a moderate blue. Designers often compare it to the standard color Slateblue. This translates to an RGB value of rgb(87, 87, 211).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 59% magenta inks. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5757D3
RGB87, 87, 211
HSL240.0°, 58.5%, 58.4%
CMYK59%, 59%, 0%, 17%
HSV240.0°, 58.8%, 82.7%
LAB43.6, 36.1, -64.2
XYZ19.1, 13.5, 63.2
Decimal5724115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.66:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.41:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5757D3;
}
.text-color {
color: #5757D3;
}
.border-color {
border: 2px solid #5757D3;
}