#57BDF0
A light, vivid blue closely aligning with Deepskyblue.
About #57BDF0
The precise color #57BDF0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(87, 189, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 64% cyan and 21% magenta inks. The HSL representation is 200.0° hue, 83.6% saturation, and 64.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#57BDF0
RGB87, 189, 240
HSL200.0°, 83.6%, 64.1%
CMYK64%, 21%, 0%, 6%
HSV200.0°, 63.7%, 94.1%
LAB72.7, -14.5, -34.1
XYZ37.9, 44.7, 89.1
Decimal5750256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57BDF0;
}
.text-color {
color: #57BDF0;
}
.border-color {
border: 2px solid #57BDF0;
}