#2C5783
A dark, moderate blue closely aligning with Steelblue.
About #2C5783
At its core, #2C5783 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(44, 87, 131).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 66% cyan, 34% magenta, 0% yellow, and 49% black. The HSL representation is 210.3° hue, 49.7% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C5783
RGB44, 87, 131
HSL210.3°, 49.7%, 34.3%
CMYK66%, 34%, 0%, 49%
HSV210.3°, 66.4%, 51.4%
LAB36.0, -0.0, -29.1
XYZ8.5, 9.0, 22.8
Decimal2905987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.51:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.17:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5783;
}
.text-color {
color: #2C5783;
}
.border-color {
border: 2px solid #2C5783;
}