#2C5F83
A dark, moderate blue closely aligning with Steelblue.
About #2C5F83
When working with digital screens, the color #2C5F83 is rendered by mixing light. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(44, 95, 131).
Translating this color to physical media requires the CMYK color model. The color uses 66% Cyan, 27% Magenta, 0% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C5F83
RGB44, 95, 131
HSL204.8°, 49.7%, 34.3%
CMYK66%, 27%, 0%, 49%
HSV204.8°, 66.4%, 51.4%
LAB38.5, -5.0, -25.2
XYZ9.2, 10.4, 23.0
Decimal2908035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.84:1
Text on #FFFFFF
AA
3.07:1
Text on #000000
AA Large
6.53:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5F83;
}
.text-color {
color: #2C5F83;
}
.border-color {
border: 2px solid #2C5F83;
}