#5766F0
A light, vivid blue closely aligning with Mediumslateblue.
About #5766F0
At its core, #5766F0 is a light and vivid hue. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(87, 102, 240).
For print applications, it's crucial to understand its CMYK makeup. The color uses 64% Cyan, 57% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#5766F0
RGB87, 102, 240
HSL234.1°, 83.6%, 64.1%
CMYK64%, 57%, 0%, 6%
HSV234.1°, 63.7%, 94.1%
LAB49.3, 36.5, -71.3
XYZ24.4, 17.8, 84.6
Decimal5727984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5766F0;
}
.text-color {
color: #5766F0;
}
.border-color {
border: 2px solid #5766F0;
}