#5757CC
A medium, moderate blue closely aligning with Slateblue.
About #5757CC
At its core, #5757CC is a medium and moderate hue. Its closest recognized web color is Slateblue. In the RGB color space, it consists of 87 red, 87 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 57% cyan, 57% magenta, 0% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5757CC
RGB87, 87, 204
HSL240.0°, 53.4%, 57.1%
CMYK57%, 57%, 0%, 20%
HSV240.0°, 57.4%, 80.0%
LAB43.1, 33.8, -60.9
XYZ18.2, 13.2, 58.7
Decimal5724108
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.77:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5757CC;
}
.text-color {
color: #5757CC;
}
.border-color {
border: 2px solid #5757CC;
}