#57A8DB
A light, moderate blue closely aligning with Deepskyblue.
About #57A8DB
The hex code #57A8DB represents a beautifully specific shade of blue. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 87 red, 168 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 23% magenta, 0% yellow, and 14% black. With a hue angle of 203.2 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57A8DB
RGB87, 168, 219
HSL203.2°, 64.7%, 60.0%
CMYK60%, 23%, 0%, 14%
HSV203.2°, 60.3%, 85.9%
LAB65.9, -9.7, -33.2
XYZ30.7, 35.1, 72.2
Decimal5744859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.03:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57A8DB;
}
.text-color {
color: #57A8DB;
}
.border-color {
border: 2px solid #57A8DB;
}