#5775F8
A light, vivid blue closely aligning with Royalblue.
About #5775F8
Visually, #5775F8 is defined as a vivid blue. It is closely associated with the named CSS color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 117, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 65% C, 53% M, 0% Y, and 3% K. The HSL representation is 228.8° hue, 92.0% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5775F8
RGB87, 117, 248
HSL228.8°, 92.0%, 65.7%
CMYK65%, 53%, 0%, 3%
HSV228.8°, 64.9%, 97.3%
LAB53.5, 30.0, -68.9
XYZ27.2, 21.5, 91.5
Decimal5731832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.31:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5775F8;
}
.text-color {
color: #5775F8;
}
.border-color {
border: 2px solid #5775F8;
}