#5783FF
A light, vivid blue closely aligning with Royalblue.
About #5783FF
The precise color #5783FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 87 red, 131 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 66% cyan, 49% magenta, 0% yellow, and 0% black. The HSL representation is 224.3° hue, 100.0% saturation, and 67.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5783FF
RGB87, 131, 255
HSL224.3°, 100.0%, 67.1%
CMYK66%, 49%, 0%, 0%
HSV224.3°, 65.9%, 100.0%
LAB57.5, 23.8, -66.3
XYZ30.1, 25.5, 97.9
Decimal5735423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.10:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5783FF;
}
.text-color {
color: #5783FF;
}
.border-color {
border: 2px solid #5783FF;
}