#57A0C5
A medium, moderate blue closely aligning with Steelblue.
About #57A0C5
When working with digital screens, the color #57A0C5 is rendered by mixing light. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(87, 160, 197).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 56% cyan and 19% magenta inks. The HSL representation is 200.2° hue, 48.7% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57A0C5
RGB87, 160, 197
HSL200.2°, 48.7%, 55.7%
CMYK56%, 19%, 0%, 23%
HSV200.2°, 55.8%, 77.3%
LAB62.7, -12.1, -26.0
XYZ26.6, 31.2, 57.4
Decimal5742789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.24:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57A0C5;
}
.text-color {
color: #57A0C5;
}
.border-color {
border: 2px solid #57A0C5;
}