#508AAF
A medium, moderate blue closely aligning with Steelblue.
About #508AAF
Visually, #508AAF is defined as a moderate blue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 80 red, 138 green, and 175 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 54% Cyan, 21% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#508AAF
RGB80, 138, 175
HSL203.4°, 37.3%, 50.0%
CMYK54%, 21%, 0%, 31%
HSV203.4°, 54.3%, 68.6%
LAB55.0, -8.2, -25.3
XYZ20.1, 23.0, 43.9
Decimal5278383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #508AAF;
}
.text-color {
color: #508AAF;
}
.border-color {
border: 2px solid #508AAF;
}