#2C3A49
A dark, muted blue closely aligning with Darkslategray.
About #2C3A49
Visually, #2C3A49 is defined as a muted blue. It is closely associated with the named CSS color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 58, and 73.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 40% cyan, 21% magenta, 0% yellow, and 71% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C3A49
RGB44, 58, 73
HSL211.0°, 24.8%, 22.9%
CMYK40%, 21%, 0%, 71%
HSV211.0°, 39.7%, 28.6%
LAB23.8, -1.3, -11.0
XYZ3.8, 4.0, 6.9
Decimal2898505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.61:1
Text on #FFFFFF
AAA
1.81:1
Text on #000000
FAIL
11.10:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3A49;
}
.text-color {
color: #2C3A49;
}
.border-color {
border: 2px solid #2C3A49;
}