#5F83BD
A medium, moderate blue closely aligning with Steelblue.
About #5F83BD
Visually, #5F83BD is defined as a moderate blue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(95, 131, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 31% M, 0% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
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#5F83BD
RGB95, 131, 189
HSL217.0°, 41.6%, 55.7%
CMYK50%, 31%, 0%, 26%
HSV217.0°, 49.7%, 74.1%
LAB54.4, 3.7, -34.3
XYZ22.0, 22.3, 51.3
Decimal6259645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F83BD;
}
.text-color {
color: #5F83BD;
}
.border-color {
border: 2px solid #5F83BD;
}