#5757E9
A light, vivid blue closely aligning with Mediumslateblue.
About #5757E9
Visually, #5757E9 is defined as a vivid blue. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(87, 87, 233).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 63% cyan, 63% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5757E9
RGB87, 87, 233
HSL240.0°, 76.8%, 62.7%
CMYK63%, 63%, 0%, 9%
HSV240.0°, 62.7%, 91.4%
LAB45.3, 43.2, -73.9
XYZ22.0, 14.7, 78.8
Decimal5724137
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5757E9;
}
.text-color {
color: #5757E9;
}
.border-color {
border: 2px solid #5757E9;
}