#57A8F8
A light, vivid blue closely aligning with Cornflowerblue.
About #57A8F8
Visually, #57A8F8 is defined as a vivid blue. Designers often compare it to the standard color Cornflowerblue. This translates to an RGB value of rgb(87, 168, 248).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 65% cyan and 32% magenta inks. The HSL representation is 209.8° hue, 92.0% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57A8F8
RGB87, 168, 248
HSL209.8°, 92.0%, 65.7%
CMYK65%, 32%, 0%, 3%
HSV209.8°, 64.9%, 97.3%
LAB67.1, -0.4, -47.2
XYZ34.9, 36.8, 94.1
Decimal5744888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.36:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57A8F8;
}
.text-color {
color: #57A8F8;
}
.border-color {
border: 2px solid #57A8F8;
}