#50A0C5
A medium, moderate blue closely aligning with Steelblue.
About #50A0C5
When working with digital screens, the color #50A0C5 is rendered by mixing light. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 80 red, 160 green, and 197 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 59% cyan and 19% magenta inks. With a hue angle of 199.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50A0C5
RGB80, 160, 197
HSL199.0°, 50.2%, 54.3%
CMYK59%, 19%, 0%, 23%
HSV199.0°, 59.4%, 77.3%
LAB62.4, -13.6, -26.4
XYZ26.0, 30.9, 57.4
Decimal5284037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A0C5;
}
.text-color {
color: #50A0C5;
}
.border-color {
border: 2px solid #50A0C5;
}