#2C507C
A dark, moderate blue closely aligning with Steelblue.
About #2C507C
At its core, #2C507C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 80, and 124.
Translating this color to physical media requires the CMYK color model. The color uses 65% Cyan, 35% Magenta, 0% Yellow, and 51% Black. The HSL representation is 213.0° hue, 47.6% saturation, and 32.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C507C
RGB44, 80, 124
HSL213.0°, 47.6%, 32.9%
CMYK65%, 35%, 0%, 51%
HSV213.0°, 64.5%, 48.6%
LAB33.4, 1.9, -28.8
XYZ7.5, 7.7, 20.2
Decimal2904188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.25:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.88:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C507C;
}
.text-color {
color: #2C507C;
}
.border-color {
border: 2px solid #2C507C;
}