#7557E9
A light, vivid blue closely aligning with Mediumslateblue.
About #7557E9
Visually, #7557E9 is defined as a vivid blue. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(117, 87, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 63% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7557E9
RGB117, 87, 233
HSL252.3°, 76.8%, 62.7%
CMYK50%, 63%, 0%, 9%
HSV252.3°, 62.7%, 91.4%
LAB47.6, 48.1, -70.0
XYZ25.5, 16.5, 78.9
Decimal7690217
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7557E9;
}
.text-color {
color: #7557E9;
}
.border-color {
border: 2px solid #7557E9;
}