#57A0FF
A light, vivid blue closely aligning with Cornflowerblue.
About #57A0FF
Visually, #57A0FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(87, 160, 255).
If you are designing for print, the four-color process is what matters most. The color uses 66% Cyan, 37% Magenta, 0% Yellow, and 0% Black. With a hue angle of 213.9 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57A0FF
RGB87, 160, 255
HSL213.9°, 100.0%, 67.1%
CMYK66%, 37%, 0%, 0%
HSV213.9°, 65.9%, 100.0%
LAB65.3, 6.5, -53.9
XYZ34.6, 34.4, 99.4
Decimal5742847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57A0FF;
}
.text-color {
color: #57A0FF;
}
.border-color {
border: 2px solid #57A0FF;
}