#577CFF
A light, vivid blue closely aligning with Royalblue.
About #577CFF
At its core, #577CFF is a light and vivid hue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(87, 124, 255).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 51% magenta inks. The HSL representation is 226.8° hue, 100.0% saturation, and 67.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#577CFF
RGB87, 124, 255
HSL226.8°, 100.0%, 67.1%
CMYK66%, 51%, 0%, 0%
HSV226.8°, 65.9%, 100.0%
LAB55.7, 28.1, -69.2
XYZ29.2, 23.7, 97.6
Decimal5733631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.73:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #577CFF;
}
.text-color {
color: #577CFF;
}
.border-color {
border: 2px solid #577CFF;
}