#57A8FF
A light, vivid blue closely aligning with Cornflowerblue.
About #57A8FF
The precise color #57A8FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(87, 168, 255).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 66% cyan and 34% magenta inks. The HSL representation is 211.1° 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57A8FF
RGB87, 168, 255
HSL211.1°, 100.0%, 67.1%
CMYK66%, 34%, 0%, 0%
HSV211.1°, 65.9%, 100.0%
LAB67.5, 1.9, -50.4
XYZ36.0, 37.3, 99.9
Decimal5744895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.45:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57A8FF;
}
.text-color {
color: #57A8FF;
}
.border-color {
border: 2px solid #57A8FF;
}