#57A0D3
A medium, moderate blue closely aligning with Steelblue.
About #57A0D3
At its core, #57A0D3 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(87, 160, 211).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 24% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57A0D3
RGB87, 160, 211
HSL204.7°, 58.5%, 58.4%
CMYK59%, 24%, 0%, 17%
HSV204.7°, 58.8%, 82.7%
LAB63.2, -7.8, -32.9
XYZ28.3, 31.9, 66.3
Decimal5742803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.37:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57A0D3;
}
.text-color {
color: #57A0D3;
}
.border-color {
border: 2px solid #57A0D3;
}