#5750CC
A medium, moderate blue closely aligning with Slateblue.
About #5750CC
Visually, #5750CC is defined as a moderate blue. Designers often compare it to the standard color Slateblue. In the RGB color space, it consists of 87 red, 80 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 57% cyan, 61% 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#5750CC
RGB87, 80, 204
HSL243.4°, 54.9%, 55.7%
CMYK57%, 61%, 0%, 20%
HSV243.4°, 60.8%, 80.0%
LAB41.4, 38.1, -63.6
XYZ17.7, 12.1, 58.5
Decimal5722316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.13:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.86:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5750CC;
}
.text-color {
color: #5750CC;
}
.border-color {
border: 2px solid #5750CC;
}